-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.94 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: R2spa
Title: An R package for two-stage path analysis (2S-PA) to adjust for measurement errors
Version: 0.0.4
Authors@R:
c(
person(given = "Mark Hok Chio",
family = "Lai",
role = c("aut", "cre"),
email = "marklhc@gmail.com",
comment = c(ORCID = "0000-0002-9196-7406")),
person(given = "Yixiao",
family = "Li",
role = c("aut"),
email = "likather@usc.edu",
comment = c(ORCID = "0000-0002-8039-338X")),
person(given = "Winnie Wing-Yee",
family = "Tse",
role = c("aut"),
email = "wingyeet@usc.edu",
comment = c(ORCID = "0000-0001-5175-6754")),
person(given = "Gengrui Zhang",
family = "Zhang",
role = c("aut"),
email = "gengruiz@usc.edu",
comment = c(ORCID = "0000-0002-2062-6620"))
)
Description: `R2spa` is a free and open source R package that performs two-stage path analysis (2S-PA).
With 2S-PA, researchers can perform path analysis by first obtaining factor scores and then adjusting for measurement errors
using estimates of observation-specific reliability or standard error of those factor scores. As a viable alternative to SEM,
2S-PA has been shown to give equally-good estimates as SEM in relatively simple models and large sample sizes,
as well as to give more accurate parameter estimates, has better control of Type I error rates,
and has substantially less convergence problems in more complex models or small sample sizes.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
lavaan,
MASS,
OpenMx
Suggests:
boot,
DiagrammeR,
ggplot2,
knitr,
magrittr,
Matrix,
mirt,
numDeriv,
rmarkdown,
psych,
testthat (>= 3.0.0),
tidyr,
umx
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://gengrui-zhang.github.io/R2spa/