-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
38 lines (38 loc) · 920 Bytes
/
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: mediator
Title: Causal Mediation Analysis
Version: 0.0.0.9000
Authors@R:
c(person("Jordan", "Creed", email = "[email protected]",
role = c("cre","aut")),
person("Garrick", "Aden-Buie", email = "[email protected]",
role = "ctb"),
person("Travis", "Gerke", email = "[email protected]",
role = "aut"))
Description: Performs causal mediation analysis to estimate controlled,
natural and indirect effects.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
boot,
stats,
magrittr,
dplyr,
purrr,
tibble,
stringr,
progress,
furrr,
rsample,
rlang
RoxygenNote: 7.1.0
Depends: R (>= 2.10)
Suggests:
testthat (>= 2.1.0),
knitr,
survival,
covr
VignetteBuilder:
knitr
URL: http://github.com/gerkelab/mediator
BugReports: http://github.com/gerkelab/mediator/issues