-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.59 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
Package: smdi
Type: Package
Title: Perform Structural Missing Data Investigations
Version: 0.2.2
Authors@R: person("Janick", "Weberpals", email = "[email protected]", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-0404-7394"))
Description: An easy to use implementation of routine structural missing data diagnostics with functions to visualize the proportions of missing observations, investigate missing data patterns and conduct various empirical missing data diagnostic tests. Reference: Weberpals J, Raman SR, Shaw PA, Lee H, Russo M, Hammil BG, Toh D, Connolly JG, Dandreo KJ, Tian F, Liu W, Li Jie, Hernandez-Munos JJ, Glynn RJ, Desai RJ (2023, in submission). "A Principled Approach to Characterize and Analyze Partially Observed Confounder Data From Electronic Health Records: A Plasmode Simulation Study."
License: GPL (>= 3)
URL: https://janickweberpals.gitlab-pages.partners.org/smdi
BugReports: https://gitlab-scm.partners.org/janickweberpals/smdi/-/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
broom,
dplyr,
fastDummies,
forcats,
ggplot2,
glue,
gt,
Hotelling,
lifecycle,
magrittr,
methods,
mice,
naniar,
parallel,
pROC,
randomForest,
stringr,
survival,
tableone,
tibble,
tidyr,
tidyselect
Depends:
R (>= 2.10)
Suggests:
gridExtra,
gtsummary,
here,
knitr,
reactR,
reactable,
rmarkdown,
simsurv,
survminer,
usethis,
testthat (>= 3.0.0),
vdiffr
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3