Package: mice
Type: Package
Version: 2.30
Title: Multivariate Imputation by Chained Equations
Date: 2017-02-18
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@maastrichtuniversity.nl"),
    person("Rianne","Schouten", role = "ctb",
    email = "R.M.Schouten@uu.nl"),
    person("Philipp","Gaffert", role = "ctb",
    email = "philipp.gaffert@gfk.com"),
    person("Florian","Meinfelder", role = "ctb",
    email = "florian.meinfelder@uni-bamberg.de"))
Maintainer: Stef van Buuren <stef.vanbuuren@tno.nl>
Depends: methods, R (>= 2.10.0)
Imports: lattice, grDevices, graphics, MASS, nnet, rpart, splines,
        stats, survival, utils, Rcpp
Suggests: AGD, CALIBERrfimpute, gamlss, lme4, mitools, nlme, pan,
        randomForest, Zelig, BSDA, knitr, rmarkdown
LinkingTo: Rcpp
Description: 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.
License: GPL-2 | GPL-3
LazyLoad: yes
LazyData: yes
VignetteBuilder: knitr
URL: http://www.stefvanbuuren.nl , http://www.multiple-imputation.com
BugReports: https://github.com/stefvanbuuren/mice/issues
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2017-02-18 20:42:30 UTC; buurensv
Author: Stef van Buuren [aut, cre],
  Karin Groothuis-Oudshoorn [aut],
  Alexander Robitzsch [ctb],
  Gerko Vink [ctb],
  Lisa Doove [ctb],
  Shahab Jolani [ctb],
  Rianne Schouten [ctb],
  Philipp Gaffert [ctb],
  Florian Meinfelder [ctb]
Repository: CRAN
Date/Publication: 2017-02-18 22:39:19
