forked from sfcheung/betaselectr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
59 lines (59 loc) · 1.88 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
58
59
Package: betaselectr
Title: Betas-Select in Structural Equation Models and Linear Models
Version: 0.0.2.0
Authors@R:
c(person(given = "Shu Fai",
family = "Cheung",
role = c("aut", "cre"),
email = "shufai.cheung@gmail.com",
comment = c(ORCID = "0000-0002-9871-9448")),
person(given = "Rong Wei",
family = "Sun",
role = c("aut"),
comment = c(ORCID = "0000-0003-0034-1422")),
person(given = "Florbela",
family = "Chang",
role = c("aut"),
comment = c(ORCID = "0009-0003-9931-501X")),
person(given = "Wendie",
family ="Yang",
role = c("aut"),
comment = c(ORCID = "0009-0000-8388-6481")),
person(given = "Sing-Hang",
family = "Cheung",
role = c("aut"),
comment = c(ORCID = "0000-0001-5182-0752")))
Description: It computes betas-select, standardization in
structural equation models and regression models with only
selected variables standardized. It supports models with
moderation, with product terms formed after standardization.
It can also form confidence intervals that takes into account
the standardization appropriately, such as bootstrap
confidence intervals proposed by Cheung, Cheung, Lau, Hui,
and Vong (2022) <doi:10.1037/hea0001188>.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
Imports:
boot,
stats,
lavaan,
methods,
numDeriv,
manymome,
pbapply,
lavaan.printer
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: lav_betaselect_mg*
URL: https://sfcheung.github.io/betaselectr/
BugReports: https://github.com/sfcheung/betaselectr/issues
Depends:
R (>= 2.10)
LazyData: true