-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.25 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
Package: MissMech
Type: Package
Title: Testing Homoscedasticity, Multivariate Normality, and Missing Completely at Random
Version: 1.0.4.9000
Authors@R: c(person(given = "Mortaza", family = "Jamshidian",
email = "[email protected]", role = "aut"),
person(given = "Siavash", family = "Jalal",
role = "aut"),
person(given = "Camden", family = "Jansen",
role = "aut"),
person(given = "Mao", family = "Kobayashi",
email = "[email protected]", role = "cre"))
Description: To test whether the missing data mechanism, in a set of incompletely observed data, is one of missing completely at random (MCAR).
For detailed description see Jamshidian, M. Jalal, S., and Jansen, C. (2014). "MissMech: An R Package for Testing Homoscedasticity, Multivariate Normality, and Missing Completely at Random (MCAR)", Journal of Statistical Software, 56(6), 1-31. <https://www.jstatsoft.org/v56/i06/> <doi:10.18637/jss.v056.i06>.
License: GPL (>= 2)
URL: https://github.com/indenkun/MissMech
BugReports: https://github.com/indenkun/MissMech/issues
NeedsCompilation: no
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Depends:
R (>= 2.10)
Imports:
graphics,
stats