-
Notifications
You must be signed in to change notification settings - Fork 22
/
DESCRIPTION
30 lines (30 loc) · 881 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
Package: rlearner
Title: R-learner for Heterogeneous Treatment Effect Estimation
Version: 1.1.0
Authors@R: c(person("Xinkun", "Nie", email = "[email protected]",role = c("aut", "cre")), person("Alejandro", "Schuler", email = "[email protected]", role = "aut"), person("Stefan", "Wager", email = "[email protected]", role = "aut"))
Description: R-learner for quasi-oracle estimation of heterogeneous treatment effects
Depends: R (>= 4.0.2)
Imports: splines, stats, xgboost, stringr, glmnet (>= 4.0-2), caret
Suggests: testthat, KRLS2, causalLearning
License: none
RoxygenNote: 7.1.1
Encoding: UTF-8
Collate:
'cvboost.R'
'cvkern.R'
'utils.R'
'rboost.R'
'rkern.R'
'rlasso.R'
'sboost.R'
'skern.R'
'slasso.R'
'tboost.R'
'tkern.R'
'tlasso.R'
'uboost.R'
'ukern.R'
'ulasso.R'
'xboost.R'
'xkern.R'
'xlasso.R'