palday / JellyMe4.jl

RCall support for MixedModels.jl and lme4
MIT License
12 stars 2 forks source link

Convert `Symbol` to `String` before moving to R #31

Closed palday closed 3 years ago

palday commented 4 years ago

If you don't the columns wind up as lists, which is bad.

palday commented 3 years ago

This might be something for RCall and support for non String Categoricals might be going away anyway.

There's a good work around: convert your Symbol to String before Categoricalizing.