-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 938 Bytes
/
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
Package: miceheckman
Title: Additional Imputation Methods for 'mice', According to the Heckman
Model
Version: 0.0.0.9000
Authors@R:
c(person("Hanne", "Oberman", , "h.i.oberman@uu.nl", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3276-2141")),
person("Johanna", "Muñoz", , "j.munozavila@umcutrecht.nl", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0002-2384-5415")))
Description: Impute (clustered) data according to the Heckman selection
model for MNAR data.
License: GPL (>= 3) + file LICENSE
Depends:
R (>= 2.10)
Imports:
GJRM,
MASS,
Matrix,
mgcv,
mice,
mixmeta,
mvtnorm,
pbivnorm,
stats
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://hanneoberman.github.io/miceheckman/