forked from amices/mice
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
102 lines (102 loc) · 3.24 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Package: mice
Type: Package
Version: 3.16.0
Title: Multivariate Imputation by Chained Equations
Date: 2023-05-24
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"))
Maintainer: Stef van Buuren <stef.vanbuuren@tno.nl>
Depends:
R (>= 2.10.0)
Imports:
broom,
dplyr,
generics,
glmnet,
graphics,
grDevices,
lattice,
methods,
mitml,
nnet,
Rcpp,
rpart,
rlang,
stats,
tidyr,
utils
Suggests:
broom.mixed,
future,
furrr,
haven,
knitr,
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) <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.
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)
RoxygenNote: 7.2.3