-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
53 lines (53 loc) · 1.53 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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 = "[email protected]"),
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 <[email protected]>
BugReports: https://github.com/falkcarl/multilevelmediation
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