-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.05 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
Package: SuperNOVA
Title: Semi-Parametric Identification and Estimation of Interaction and Effect Modification in Mixed Exposures using Stochastic Interventions
Version: v1.0.0
Authors@R:
person(given = "David",
family = "McCoy",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5515-6307"))
Description: A methodology for mixed exposure analysis that leverages
data-adaptive target parameters, CV-TMLE, stochastic interventions and basis function decomposition.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
assertthat,
cvTools,
data.table,
dplyr,
foreach,
future,
ggplot2,
magrittr,
MASS,
Rdpack,
rlang,
sl3,
stringr,
partykit,
furrr,
purrr,
polspline,
pracma,
haldensify
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
kableExtra,
VignetteBuilder: knitr
Depends:
R (>= 2.10)
Config/testthat/edition: 3