Package: MarginalMediation Title: Marginal Mediation Version: 0.7.3 Authors@R: c(person(c("Tyson", "S"), "Barrett", email = "t.barrett88@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2137-1391")), person("Angelo", "Canty", role = c("ctb"), comment = "S original bootstrap method, http://statwww.epfl.ch/davison/BMA/library.html"), person(c("Brian", "D."), "Ripley", role = c("ctb"), comment = "R port, bootstrap method", email = "ripley@stats.ox.ac.uk"), person("Thomas", "Leeper", role = c("ctb"), comment = "Vectorized marginal effects, https://thomasleeper.com/software.html")) Description: Provides the ability to perform "Marginal Mediation"--mediation wherein the indirect and direct effects are in terms of the average marginal effects (Bartus, 2005, ). The style of the average marginal effects stems from Thomas Leeper's work on the "margins" package. This framework allows the use of categorical mediators and outcomes with little change in interpretation from the continuous mediators/outcomes. See for more details on the method. Imports: stats, magrittr, boot, cli, crayon, rstudioapi, purrr, tibble, furniture, stringr Suggests: testthat, knitr, rmarkdown, margins, betareg VignetteBuilder: knitr Encoding: UTF-8 License: GPL-3 RoxygenNote: 7.3.3 Config/pak/sysreqs: libcairo2-dev cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev libnode-dev Repository: https://tysonstanley.r-universe.dev Date/Publication: 2026-01-18 01:10:06 UTC RemoteUrl: https://github.com/tysonstanley/marginalmediation RemoteRef: HEAD RemoteSha: c40db5f5ed370d51150e620bc1cbff04313becd7 NeedsCompilation: no Packaged: 2026-06-21 07:32:35 UTC; root Author: Tyson S Barrett [aut, cre] (ORCID: ), Angelo Canty [ctb] (S original bootstrap method, http://statwww.epfl.ch/davison/BMA/library.html), Brian D. Ripley [ctb] (R port, bootstrap method), Thomas Leeper [ctb] (Vectorized marginal effects, https://thomasleeper.com/software.html) Maintainer: Tyson S Barrett