Last night, the MünsteR R user-group had another great meetup:

Karin Groothuis-Oudshoorn, Assistant Professor at the University of Twente, presented her R package mice about Multivariate Imputation by Chained Equations.

It was a very interesting talk and here are my sketchnotes that I took during it:

MICE talk sketchnotes

Here is the link to the paper referenced in my notes: https://www.jstatsoft.org/article/view/v045i03

“The mice package implements a method to deal with missing data. The package creates multiple imputations (replacement values) for multivariate missing data. The method is based on Fully Conditional Specification, where each incomplete variable is imputed by a separate model. The MICE algorithm can impute mixes of continuous, binary, unordered categorical and ordered categorical data. In addition, MICE can impute continuous two-level data, and maintain consistency between imputations by means of passive imputation. Many diagnostic plots are implemented to inspect the quality of the imputations.”" (https://cran.r-project.org/web/packages/mice/README.html)

For more information on the package go to http://stefvanbuuren.github.io/mice/.