-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
31 lines (31 loc) · 913 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
Package: causalTransportR
Type: Package
Title: Machine learning methods for estimating and bridging causal effects
Version: 0.1
Date: 2022-10-16
Authors@R:
c(person(given = "Apoorva",
family = "Lal",
role = c("aut", "cre"),
email = "[email protected]")
)
Description: causalTransportR implements a number of estimators to estimate, generalize, and transport causal effects using reweighting doubly-robust score functions with transformations of selection scores to generalize and/or transport causal effects. All nuisance functions are cross-fit using fast supervised learning algorithms (grf and glmnet).
Depends:
R (>= 4.0),
data.table,
fixest,
glmnet,
ggplot2,
grf,
glue,
magrittr,
Matrix,
matrixStats
NeedsCompilation: no
License: MIT
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3