-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
38 lines (38 loc) · 1.12 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
Package: smcfcs
Title: Multiple Imputation of Covariates by Substantive Model Compatible Fully
Conditional Specification
Version: 1.9.0
Authors@R: c(person("Jonathan", "Bartlett", email = "[email protected]",role = c("aut", "cre")),
person("Ruth", "Keogh", email = "[email protected]",role = c("aut")),
person("Edouard F.", "Bonneville",role = c("aut")),
person("Claus Thorn", "Ekstrøm",role = c("ctb")))
URL: https://github.com/jwb133/smcfcs
Description: Implements multiple imputation of missing covariates by
Substantive Model Compatible Fully Conditional Specification.
This is a modification of the popular FCS/chained equations
multiple imputation approach, and allows imputation of missing
covariate values from models which are compatible with the user
specified substantive model.
Depends:
R (>= 3.1.2)
License: GPL-3
LazyData: true
Imports:
MASS,
survival,
VGAM,
stats,
rlang,
checkmate,
abind,
brglm2
Suggests:
knitr,
rmarkdown,
mitools,
ggplot2,
kmi,
flexsurv
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Encoding: UTF-8