Econometrics and Free Software by Bruno Rodrigues.
RSS feed for blog post updates.
Follow me on Mastodon, twitter, or check out my Github.
Check out my package that adds logging to R functions, {chronicler}.
Or read my free ebooks, to learn some R and build reproducible analytical pipelines..
You can also watch my youtube channel or find the slides to the talks I've given here.
Buy me a coffee, my kids don't let me sleep.

{pmice}, an experimental package for missing data imputation in parallel using {mice} and {furrr}

R

Yesterday I wrote this blog post which showed how one could use {furrr} and {mice} to impute missing data in parallel, thus speeding up the process tremendously.

To make using this snippet of code easier, I quickly cobbled together an experimental package called {pmice} that you can install from Github:

devtools::install_github("b-rodrigues/pmice")

For now, it returns a list of mids objects and not a mids object like mice::mice() does, but I’ll be working on it. Contributions welcome!

If you found this blog post useful, you might want to follow me on twitter for blog post updates.