Package: multilevelmediation
Type: Package
Title: Utility Functions for Multilevel Mediation Analysis
Version: 0.4.1
Date: 2024-12-28
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 <carl.falk@mcgill.ca>
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) <doi:10.3758/s13428-023-02079-4>.
 Support for Bayesian estimation using 'brms' comprises ongoing work. 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
NeedsCompilation: no
Packaged: 2025-01-10 11:48:17 UTC; CarlFalkMcGill
Author: Carl F. Falk [cre, aut],
  Todd Vogel [aut],
  Sarah Hammami [aut],
  Milica Miočević [aut]
Repository: CRAN
Date/Publication: 2025-01-10 12:10:02 UTC
Built: R 4.3.3; ; 2025-01-10 19:38:14 UTC; unix
