Package: mice
Type: Package
Version: 2.21
Title: Multivariate Imputation by Chained Equations
Date: 2014-02-05
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("Alexander", "Robitzsch", role = "ctb",
    email = "a.robitzsch@bifie.at"),
    person("Gerko","Vink", role = "ctb",
    email = "g.vink@uu.nl"),
    person("Lisa","Doove", role = "ctb",
    email = "lisa.doove@ppw.kuleuven.be"),
    person("Shahab","Jolani", role = "ctb",
    email = "s.jolani@uu.nl"))
Maintainer: Stef van Buuren <stef.vanbuuren@tno.nl>
Depends: R (>= 2.10.0), methods, Rcpp (>= 0.10.6)
Imports: lattice, MASS, nnet, randomForest, rpart
Suggests: AGD, gamlss, lme4, mitools, nlme, pan, survival, Zelig
LinkingTo: Rcpp
Description: Multiple imputation using Fully Conditional Specification (FCS)
    implemented by the MICE algorithm. 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.
License: GPL-2 | GPL-3
LazyLoad: yes
LazyData: yes
URL: http://www.stefvanbuuren.nl , http://www.multiple-imputation.com
Packaged: 2014-02-05 12:56:13 UTC; stefvanbuuren
Author: Stef van Buuren [aut, cre],
  Karin Groothuis-Oudshoorn [aut],
  Alexander Robitzsch [ctb],
  Gerko Vink [ctb],
  Lisa Doove [ctb],
  Shahab Jolani [ctb]
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-02-05 16:55:48
