Package: multilevelmediation Type: Package Title: Utility Functions for Multilevel Mediation Analysis Version: 0.5.0 Date: 2026-07-15 Authors@R: c(person(given = c("Carl","F."), family = "Falk", role = c("cre","aut"), email = "carl.falk@mcgill.ca"), person(given = "Todd", family = "Vogel", role = "aut"), person(given = "Sarah", family = "Hammami", role = "aut"), person(given = "Milica", family = "Miočević", role = "aut")) Maintainer: Carl F. Falk BugReports: https://github.com/falkcarl/multilevelmediation/issues Description: The ultimate goal is to support 2-2-1, 2-1-1, and 1-1-1 models for multilevel mediation, the option of a moderating variable for either the a, b, or both paths, and covariates. Currently the 1-1-1 model is supported and several options of random effects; the initial code for bootstrapping was evaluated in simulations by Falk, Vogel, Hammami, and Miočević (2024) . Currently only continuous mediators and outcomes are supported. Factors for any predictors must be numerically represented. License: GPL-3 Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.2 Imports: furrr, future, matrixcalc, MCMCpack, nlme, parallel, parallelly, stats, tidyr, brms, posterior, glmmTMB Suggests: testthat (>= 3.0.0), boot, BH Depends: R (>= 2.10) Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libicu-dev Repository: https://falkcarl.r-universe.dev Date/Publication: 2026-07-15 17:02:39 UTC RemoteUrl: https://github.com/falkcarl/multilevelmediation RemoteRef: HEAD RemoteSha: 02700a91c8a446511c72204f939b3ce71a18f964 NeedsCompilation: no Packaged: 2026-07-15 17:56:02 UTC; root Author: Carl F. Falk [cre, aut], Todd Vogel [aut], Sarah Hammami [aut], Milica Miočević [aut]