-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.4 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
Package: nonnest2
Title: Tests of Non-Nested Models
Version: 0.5-8
Date: 2024-08-28
Authors@R: c(person(given = "Edgar", family = "Merkle",
role = c("aut","cre"), email = "[email protected]"),
person(given = "Dongjun", family = "You", role = "aut"),
person(given = "Lennart", family = "Schneider", role = "ctb"),
person(given = "Mauricio", family = "Garnier-Villarreal", role = "ctb"),
person(given = "Seongho", family = "Bae", role = "ctb"),
person(given = "Phil", family = "Chalmers", role = "ctb")
)
Description: Testing non-nested models via theory supplied by Vuong (1989) <DOI:10.2307/1912557>.
Includes tests of model distinguishability and of model fit that can be applied
to both nested and non-nested models. Also includes functionality to obtain
confidence intervals associated with AIC and BIC. This material is partially based on
work supported by the National Science Foundation under Grant Number SES-1061334.
Depends:
R (>= 3.0.0)
Imports:
CompQuadForm,
mvtnorm,
lavaan (>= 0.6-6),
sandwich,
methods
License: GPL-2 | GPL-3
Suggests:
mirt (>= 1.42),
OpenMx,
tidySEM,
AER,
MASS,
faraway,
mlogit,
ordinal,
pscl,
knitr,
rmarkdown,
testthat
URL: https://github.com/qpsy/nonnest2
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Encoding: UTF-8