tom-metherell / Mice.jl

a package for missing data handling via multiple imputation by chained equations in Julia. It is heavily based on the R package {mice} by Stef van Buuren, Karin Groothuis-Oudshoorn and collaborators.
https://tom-metherell.github.io/Mice.jl/
GNU General Public License v2.0
12 stars 2 forks source link

Slow/impossible to retrieve a Julia `Mids` object from R #17

Open tom-metherell opened 10 months ago

tom-metherell commented 10 months ago

This is an issue in 0.2.0 that I have tried and failed to investigate. Essentially, if you start in Julia and use RCall.jl, everything is fine. However, if you start in R and try to get the Mids object back into R using julia_eval(), it either doesn't work or hangs for a really long time.

For now, if you want to use R code with Mice.jl, I would recommend starting in Julia and switching to/from R as necessary (it's easier to do that from Julia than from R, anyway!). I hope to be able to fix this ASAP.

tom-metherell commented 5 months ago

JuliaCall seems pretty unusable at this point, so I've removed references to it from the documentation.