-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
38 lines (38 loc) · 1.63 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
Package: MarginalMediation
Title: Marginal Mediation
Version: 0.7.2
Authors@R: c(person(c("Tyson", "S"), "Barrett", email = "[email protected]", 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 = "[email protected]"),
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, <https://EconPapers.repec.org/RePEc:tsj:stataj:v:5:y:2005:i:3:p:309-329>).
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 <doi:10.13140/RG.2.2.18465.92001> 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-2
LazyData: true
RoxygenNote: 7.1.1