multivariate imputation with chained equations
multivariate imputation with chained equations (MICE) is a type of data imputation which uses an algorithm devised by Stef van Buuren and Karin Groothuis-Oudshoorn
Also appears inpsdo
class Information
definition source
MICE: Multivariate Imputation by Chained Equations in R by Stef van Buuren and Karin Groothuis-Oudshoorn. Journal of Statistical Software, http://www.stefvanbuuren.nl/publications/mice%20in%20r%20-%20draft.pdf
has curation status
R command
library(mice) miceMod <- mice(BostonHousing[, !names(BostonHousing) %in% "medv"], method="rf") # perform mice imputation, based on random forests.
STATO alternative term
MICE
term editor
Philippe Rocca-Serra
class Relations
Subclass of