Ontologiesβ–Έstatoβ–Έclassesβ–ΈSTATO:0000522   
JSON document
multivariate imputation with chained equations
http://purl.obolibrary.org/obo/STATO_0000522

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

ready for releaseiao

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

data imputation