-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.57 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
Package: semTests
Type: Package
Title: Goodness-of-Fit Testing for Structural Equation Models
Description: Supports eigenvalue block-averaging p-values (Foldnes, Grønneberg, 2018) <doi:10.1080/10705511.2017.1373021>,
penalized eigenvalue block-averaging p-values (Foldnes, Moss, Grønneberg, 2024) <doi:10.1080/10705511.2024.2372028>, penalized
regression p-values (Foldnes, Moss, Grønneberg, 2024) <doi:10.1080/10705511.2024.2372028>, as well as traditional p-values such as Satorra-Bentler. All p-values can
be calculated using unbiased or biased gamma estimates (Du, Bentler, 2022) <doi:10.1080/10705511.2022.2063870>
and two choices of chi square statistics.
Version: 0.7.0
Authors@R: c(
person(given="Jonas",
family="Moss",
email="jonas.moss.statistics@gmail.com",
role=c("aut", "cre"),
comment = c(ORCID = "0000-0002-6876-6964")),
person(given="Njål",
family="Foldnes",
role = "ctb",
email="njalfoldnes@gmail.com",
comment = c(ORCID="0000-0001-6889-6067")),
person(given="Steffen",
family="Grønneberg",
email="steffeng@gmail.com",
role = "ctb",
comment = c(ORCID="0000-0003-2785-6530")))
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/JonasMoss/semTests
Depends:
R (>= 3.5.0)
Imports:
lavaan (>= 0.6-16),
CompQuadForm,
progressr,
future.apply,
RSpectra,
MASS,
Matrix
Suggests:
covr,
testthat (>= 3.0.0),
psych
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2