-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.78 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
Package: VIM
Version: 6.2.4
Title: Visualization and Imputation of Missing Values
Authors@R: c(
person("Matthias", "Templ", email = "[email protected]", role = c("aut","cre")),
person("Alexander", "Kowarik", email = "[email protected]", role = c("aut"), comment=c(ORCID="0000-0001-8598-4130")),
person("Andreas", "Alfons", role = c("aut")),
person("Gregor", "de Cillia", email = "[email protected]", role = c("aut")),
person("Bernd", "Prantner", role = c("ctb")),
person("Wolfgang", "Rannetbauer", role = c("aut")))
Depends:
R (>= 4.1.0),colorspace,grid
Imports:
car,
grDevices,
robustbase,
stats,
sp,
vcd,
nnet,
e1071,
methods,
Rcpp,
utils,
graphics,
laeken,
ranger,
MASS,
xgboost,
data.table(>= 1.9.4)
Suggests:
dplyr,
tinytest,
knitr,
rmarkdown,
reactable,
covr,
withr
Description: New tools for the visualization of missing and/or imputed values
are introduced, which can be used for exploring the data and the structure of
the missing and/or imputed values. Depending on this structure of the missing
values, the corresponding methods may help to identify the mechanism generating
the missing values and allows to explore the data including missing values.
In addition, the quality of imputation can be visually explored using various
univariate, bivariate, multiple and multivariate plot methods. A graphical user
interface available in the separate package VIMGUI allows an easy handling of
the implemented plot methods.
LazyData: TRUE
ByteCompile: TRUE
License: GPL (>= 2)
URL: https://github.com/statistikat/VIM
Repository: CRAN
LinkingTo: Rcpp
RoxygenNote: 7.2.3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr