Package: manymome
Title: Mediation, Moderation and Moderated-Mediation After Model
        Fitting
Version: 0.3.1
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")),
      person(given = "Rong Wei",
             family = "Sun",
             role = c("ctb"),
             comment = c(ORCID = "0000-0003-0034-1422")))
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
RoxygenNote: 7.3.2
Suggests: knitr, rmarkdown, lavaan.mi, Amelia, mice, semPlot, semptools
        (>= 0.3.2), 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, lmhelprs
Depends: R (>= 3.5.0)
LazyData: true
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-08-21 13:17:35 UTC; shufa
Author: Shu Fai Cheung [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-9871-9448>),
  Sing-Hang Cheung [aut] (ORCID: <https://orcid.org/0000-0001-5182-0752>),
  Rong Wei Sun [ctb] (ORCID: <https://orcid.org/0000-0003-0034-1422>)
Maintainer: Shu Fai Cheung <shufai.cheung@gmail.com>
Repository: CRAN
Date/Publication: 2025-08-22 05:40:02 UTC
Built: R 4.4.1; ; 2025-08-26 03:14:06 UTC; unix
