Package: manymome
Title: Mediation, Moderation and Moderated-Mediation After Model
        Fitting
Version: 0.1.4.3
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. 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.2.1
Suggests: knitr, rmarkdown, semPlot, semptools, 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
Depends: R (>= 3.5.0)
LazyData: true
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-09-08 15:17:39 UTC; sfcheung
Author: Shu Fai Cheung [aut, cre] (<https://orcid.org/0000-0002-9871-9448>),
  Sing-Hang Cheung [aut] (<https://orcid.org/0000-0001-5182-0752>)
Maintainer: Shu Fai Cheung <shufai.cheung@gmail.com>
Repository: CRAN
Date/Publication: 2022-09-09 10:32:57 UTC
