forked from nt-williams/crumble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.79 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
54
55
56
57
Package: crumble
Type: Package
Title: Flexible and General Mediation Analysis Using Riesz Representers
Version: 0.1.1
Authors@R:
c(person(given = "Nicholas",
family = "Williams",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1378-4831")),
person(given = "Richard",
family = "Liu",
email = "[email protected]",
role = c("ctb")),
person(given = "Iván",
family = "Díaz",
email = "[email protected]",
role = c("aut", "cph"),
comment = c(ORCID = "0000-0001-9056-2047")))
Maintainer: Nicholas Williams <[email protected]>
Description: Implements a modern, unified estimation strategy for common
mediation estimands (natural effects, organic effects, interventional effects,
and recanting twins) in combination with modified treatment policies as
described in Liu, Williams, Rudolph, and Díaz (2024)
<doi:10.48550/arXiv.2408.14620>. Estimation makes use of recent advancements
in Riesz-learning to estimate a set of required nuisance parameters with
deep learning. The result is the capability to estimate mediation effects with
binary, categorical, continuous, or multivariate exposures with
high-dimensional mediators and mediator-outcome confounders using machine
learning.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.0.0)
RoxygenNote: 7.3.2
Imports:
checkmate,
Matrix,
origami,
torch,
Rsymphony,
purrr,
cli,
S7,
data.table,
coro,
generics,
lmtp,
mlr3superlearner,
progressr,
ife (>= 0.1.0)
Suggests:
testthat (>= 3.0.0),
truncnorm,
mma
Config/testthat/edition: 3