-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.89 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: manymome
Title: Mediation, Moderation and Moderated-Mediation After Model Fitting
Version: 0.2.7
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 = "Sing-Hang",
family = "Cheung",
role = c("aut"),
comment = c(ORCID = "0000-0001-5182-0752")))
Description: Computes indirect effects, conditional effects, and conditional
indirect effects in a structural equation model or path model after model
fitting, with no need to define any user parameters or label any paths in
the model syntax, using the approach presented in Cheung and Cheung
(2024) <doi:10.3758/s13428-023-02224-z>. Can also form bootstrap
confidence intervals by doing bootstrapping only once and reusing the
bootstrap estimates in all subsequent computations. Supports bootstrap
confidence intervals for standardized (partially or completely) indirect
effects, conditional effects, and conditional indirect effects as described
in Cheung (2009) <doi:10.3758/BRM.41.2.425> and Cheung, Cheung, Lau, Hui,
and Vong (2022) <doi:10.1037/hea0001188>. Model fitting can be done by
structural equation modeling using lavaan() or regression using lm().
URL: https://sfcheung.github.io/manymome/
BugReports: https://github.com/sfcheung/manymome/issues
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
semPlot,
semptools,
semTools,
Amelia,
mice,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: cond_indirect_*
Imports:
lavaan,
boot,
parallel,
pbapply,
stats,
ggplot2,
igraph,
MASS,
methods
Depends:
R (>= 3.5.0)
LazyData: true
VignetteBuilder: knitr