Source: r-cran-mice Maintainer: Debian R Packages Maintainers Uploaders: Andreas Tille Section: gnu-r # Testsuite: autopkgtest-pkg-r # do not run since the test suite is tweaked Priority: optional Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev, r-cran-broom, r-cran-dplyr, r-cran-generics, r-cran-lattice, r-cran-rcpp, r-cran-rlang, r-cran-tidyr, r-cran-cpp11 Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-mice Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-mice.git Homepage: https://cran.r-project.org/package=mice Rules-Requires-Root: no Package: r-cran-mice Architecture: any Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${R:Recommends} Suggests: ${R:Suggests} Description: GNU R 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) . 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.