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.
Version: |
3.11.0 |
Depends: |
R (≥ 2.10.0) |
Imports: |
broom, dplyr, generics, graphics, lattice, methods, Rcpp, stats, tidyr, utils |
LinkingTo: |
Rcpp |
Suggests: |
broom.mixed, knitr, lme4, MASS, mitml, miceadds, nnet, pan, randomForest, rmarkdown, rpart, survival, testthat, lmtest |
Published: |
2020-08-05 |
Author: |
Stef van Buuren [aut, cre],
Karin Groothuis-Oudshoorn [aut],
Gerko Vink [ctb],
Rianne Schouten [ctb],
Alexander Robitzsch [ctb],
Lisa Doove [ctb],
Shahab Jolani [ctb],
Margarita Moreno-Betancur [ctb],
Ian White [ctb],
Philipp Gaffert [ctb],
Florian Meinfelder [ctb],
Bernie Gray [ctb],
Vincent Arel-Bundock [ctb] |
Maintainer: |
Stef van Buuren <stef.vanbuuren at tno.nl> |
BugReports: |
https://github.com/stefvanbuuren/mice/issues |
License: |
GPL-2 | GPL-3 |
URL: |
https://github.com/stefvanbuuren/mice,
https://stefvanbuuren.name/mice/,
https://stefvanbuuren.name/fimd/ |
NeedsCompilation: |
yes |
Citation: |
mice citation info |
Materials: |
NEWS |
In views: |
MissingData, Multivariate, OfficialStatistics, SocialSciences |
CRAN checks: |
mice results |
Reverse depends: |
accelmissing, dlookr, genpathmox, HardyWeinberg, ImputeRobust, miceadds, micemd, miceMNAR, Replication, RfEmpImp, smartdata, TestDataImputation, weights |
Reverse imports: |
BaM, bootImpute, dynr, finalfit, FLAME, hmi, hot.deck, idem, intmed, JWileymisc, logistf, MatchThem, mdapack, mipred, misaem, missMDA, MRPC, PathSelectMP, psfmi, Qtools, RBtest, RegularizedSCA, rexposome, sociome |
Reverse suggests: |
BaBooN, BGGM, brms, bucky, cati, cobalt, Hmisc, holodeck, HSAUR3, IPWboxplot, Lambda4, lavaan.survey, LSAmitR, medflex, miceFast, midastouch, miselect, missRanger, mitml, miWQS, qgcomp, rattle, regmedint, rms, rmsb, semTools, sjmisc |
Reverse enhances: |
emmeans, mdmb |