-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.19 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
Package: medRCT
Title: Causal mediation analysis estimating interventional effects mapped to a target trial
Version: 0.0.0.9082
Authors@R: c(
person("Tong", "Chen", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2751-2412")),
person("Margarita", "Moreno-Betancur", email = "[email protected]", role = "aut"),
person("S. Ghazaleh", "Dashti", email = "[email protected]", role = "aut"))
Description: Package for causal mediation analysis to estimate interventional effects, defined by mapping to a target trial assessing hypothetical mediator interventions. The package supports any number of potentially correlated mediators, including mediators that are not of primary interest but that are intermediate (exposure-induced) mediator-outcome confounders.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
stats,
data.table,
boot,
zoo,
collapse,
shiny
Suggests:
testthat (>= 3.0.0),
shinytest2,
knitr,
rmarkdown
Config/testthat/edition: 3
Depends:
R (>= 2.10)
LazyData: true
URL: https://t0ngchen.github.io/medRCT/
VignetteBuilder: knitr