stefvanbuuren/mice: Multivariate Imputation by Chained Equations

Multiple imputation using Fully Conditional Specification (FCS) implemented by the MICE algorithm as described in Van Buuren and Groothuis-Oudshoorn (2011) <doi:10.18637/jss.v045.i03>. Each variable has its own imputation model. Built-in imputation models are provided for continuous data (predictive mean matching, normal), binary data (logistic regression), unordered categorical data (polytomous logistic regression) and ordered categorical data (proportional odds). MICE can also impute continuous two-level data (normal model, pan, second-level variables). Passive imputation can be used to maintain consistency between variables. Various diagnostic plots are available to inspect the quality of the imputations.

Getting started

Package details

MaintainerStef van Buuren <stef.vanbuuren@tno.nl>
LicenseGPL (>= 2)
Version3.16.8
URL https://github.com/amices/mice https://amices.org/mice/ https://stefvanbuuren.name/fimd/
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("stefvanbuuren/mice")
stefvanbuuren/mice documentation built on Dec. 3, 2023, 5:38 a.m.