-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
50 lines (50 loc) · 1.66 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
Package: ggmice
Title: Visualizations for 'mice' with 'ggplot2'
Version: 0.1.0.9000
Authors@R: c(
person("Hanne", "Oberman", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3276-2141")),
person("Utrecht University", role = "fnd"),
person("University Medical Centre Utrecht", role = "fnd"),
person("Thom", "Volker", role = "ctb", comment = c(ORCID = "0000-0002-2408-7820")),
person("Gerko", "Vink", role = "ctb", comment = c(ORCID = "0000-0001-9767-1924")),
person("Pepijn", "Vink", role = "ctb", comment = c(ORCID = "0000-0001-6960-9904")),
person("Jamie", "Wallis", role = "ctb", comment = c(ORCID = "0000-0003-2765-3813")),
person("Kyle", "Lang", role = "ctb", comment = c(ORCID = "0000-0001-5340-7849"))
)
Description: Enhance a 'mice' imputation workflow with visualizations for
incomplete and/or imputed data. The plotting functions produce
'ggplot' objects which may be easily manipulated or extended. Use
'ggmice' to inspect missing data, develop imputation models, evaluate
algorithmic convergence, or compare observed versus imputed data.
License: GPL (>= 3)
URL: https://github.com/amices/ggmice, https://amices.org/,
https://amices.org/ggmice/
BugReports: https://github.com/amices/ggmice
Imports:
cli,
dplyr,
ggplot2,
magrittr,
mice,
purrr,
rlang,
stats,
stringr,
tidyr,
tidyselect,
utils
Suggests:
covr,
knitr,
patchwork,
plotly,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Copyright: 'ggmice' authors
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2