Package: mice Type: Package Version: 3.19.9 Title: Multivariate Imputation by Chained Equations Date: 2026-06-01 Authors@R: c(person("Stef", "van Buuren", role = c("aut","cre"), email = "stef.vanbuuren@tno.nl"), person("Karin", "Groothuis-Oudshoorn", role = "aut", email = "c.g.m.oudshoorn@utwente.nl"), person("Gerko","Vink", role = "ctb", email = "g.vink@uu.nl"), person("Rianne","Schouten", role = "ctb", email = "R.M.Schouten@uu.nl"), person("Alexander", "Robitzsch", role = "ctb", email = "robitzsch@ipn.uni-kiel.de"), person("Patrick", "Rockenschaub", role = "ctb", email = "rockenschaub.patrick@gmail.com"), person("Lisa","Doove", role = "ctb", email = "lisa.doove@ppw.kuleuven.be"), person("Shahab","Jolani", role = "ctb", email = "s.jolani@maastrichtuniversity.nl"), person("Margarita","Moreno-Betancur", role="ctb", email = "margarita.moreno@mcri.edu.au"), person("Ian", "White", role="ctb", email = "ian.white@ucl.ac.uk"), person("Philipp","Gaffert", role = "ctb", email = "philipp.gaffert@gfk.com"), person("Florian","Meinfelder", role = "ctb", email = "florian.meinfelder@uni-bamberg.de"), person("Bernie","Gray", role = "ctb", email = "bfgray3@gmail.com"), person("Vincent", "Arel-Bundock", role = "ctb", email = "vincent.arel-bundock@umontreal.ca"), person("Mingyang", "Cai", role = "ctb", email = "m.cai@uu.nl"), person("Thom", "Volker", role = "ctb", email = "t.b.volker@uu.nl"), person("Edoardo", "Costantini", role = "ctb", email = "e.costantini@tilburguniversity.edu"), person("Caspar", "van Lissa", role = "ctb", email = "c.j.vanlissa@uu.nl"), person("Hanne", "Oberman", role = "ctb", email = "h.i.oberman@uu.nl"), person("Stephen", "Wade", role = "ctb", email = "stephematician@gmail.com"), person("Florian", "van Leeuwen", role = "ctb", email = "f.d.vanleeuwen@uu.nl"), person("Frederik", "Fabricius-Bjerre", role = "ctb", email = "frederik@fabriciusbjerre.dk"), person("Masayoshi", "Takahashi", role = "ctb", email = "mtakahashi615@g.chuo-u.ac.jp")) Maintainer: Stef van Buuren Depends: R (>= 2.10.0) Imports: broom, dplyr, glmnet, graphics, grDevices, lattice, mitml, nnet, Rcpp, rpart, stats, tidyr, utils Suggests: broom.mixed, future, furrr, haven, kernlab, knitr, literanger, lme4, MASS, miceadds, pan, parallelly, purrr, ranger, randomForest, rmarkdown, rstan, survival, testthat Description: Multiple imputation using Fully Conditional Specification (FCS) implemented by the MICE algorithm as described in Van Buuren and Groothuis-Oudshoorn (2011) . 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. Encoding: UTF-8 LazyLoad: yes LazyData: yes URL: https://github.com/amices/mice, https://amices.org/mice/, https://stefvanbuuren.name/fimd/ BugReports: https://github.com/amices/mice/issues LinkingTo: cpp11, Rcpp License: GPL (>= 2) Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libicu-dev libx11-dev zlib1g-dev Repository: https://amices.r-universe.dev Date/Publication: 2026-07-02 19:54:04 UTC RemoteUrl: https://github.com/amices/mice RemoteRef: HEAD RemoteSha: ab1c5a014d087726520e431828a0c891d0b36514 NeedsCompilation: yes Packaged: 2026-07-02 21:05:21 UTC; root Author: Stef van Buuren [aut, cre], Karin Groothuis-Oudshoorn [aut], Gerko Vink [ctb], Rianne Schouten [ctb], Alexander Robitzsch [ctb], Patrick Rockenschaub [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], Mingyang Cai [ctb], Thom Volker [ctb], Edoardo Costantini [ctb], Caspar van Lissa [ctb], Hanne Oberman [ctb], Stephen Wade [ctb], Florian van Leeuwen [ctb], Frederik Fabricius-Bjerre [ctb], Masayoshi Takahashi [ctb]