-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.85 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: betaselectr
Title: Betas-Select in Structural Equation Models and Linear Models
Version: 0.1.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, coefficients after standardization in
structural equation models and regression models, standardizing only selected
variables. Supports models with moderation, with product terms formed after
standardization. It also offers confidence intervals that account for
standardization, including bootstrap confidence intervals as proposed by
Cheung et al. (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 (>= 3.5.0)
LazyData: true