Package: manymome Title: Mediation, Moderation and Moderated-Mediation After Model Fitting Version: 0.3.6.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")), 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) . 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) and Cheung, Cheung, Lau, Hui, and Vong (2022) . 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) 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, psych, semTools (>= 0.5-8) Depends: R (>= 3.5.0) LazyData: true VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libglpk-dev libxml2-dev Repository: https://sfcheung.r-universe.dev Date/Publication: 2026-07-02 16:42:51 UTC RemoteUrl: https://github.com/sfcheung/manymome RemoteRef: HEAD RemoteSha: 09dfc6cfe7498e51ae4c8de3ef0e520bc41f51b9 NeedsCompilation: no Packaged: 2026-07-02 17:16:55 UTC; root Author: Shu Fai Cheung [aut, cre] (ORCID: ), Sing-Hang Cheung [aut] (ORCID: ), Rong Wei Sun [ctb] (ORCID: ) Maintainer: Shu Fai Cheung