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.

Home Page:https://tom-metherell.github.io/Mice.jl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

tom-metherell opened this issue · comments

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.

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