-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
28 lines (28 loc) · 949 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
Package: mde
Title: Missing Data Explorer
Version: 0.3.2
Authors@R:
person(given = "Nelson",
family = "Gonzabato",
role = c("aut", "cre"),
email = "gonzabato@hotmail.com")
Description: Correct identification and handling of missing data is one of the most important steps in any analysis. To aid this process, 'mde' provides a very easy to use yet robust framework to quickly get an idea of where the missing data
lies and therefore find the most appropriate action to take.
Graham WJ (2009) <doi:10.1146/annurev.psych.58.110405.085530>.
License: GPL-3
Depends:
R(>= 3.6.0)
Imports:
dplyr(>= 1.0.0),
tidyr(>= 1.0.3)
Encoding: UTF-8
RoxygenNote: 7.1.2
URL: https://github.com/Nelson-Gon/mde
BugReports: https://github.com/Nelson-Gon/mde/issues
Suggests:
knitr,
rmarkdown,
markdown,
testthat
VignetteBuilder: knitr
Config/testthat/edition: 3