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

Adding `RCall` extension and replacing `NamedArrays` with `AxisArrays` #16

Closed tom-metherell closed 10 months ago

tom-metherell commented 10 months ago

Mice.jl will now support exporting Mids objects to R.

Additionally, the NamedArrays previously used have been replaced with AxisArrays (to avoid having both as dependencies, since RCall.jl does not support NamedArrays