forked from xnie/rlearner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 940 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
Package: rlearner
Title: R-learner for Hetereogeneous Treatment Effect Estimation
Version: 0.0.0.1
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 hetereogeneous treatment effects
Depends: R (>= 3.4.0)
Imports: splines, stats, Rlab, glmnet, magrittr, caret, zeallot, dplyr, tidyr, purrr, xgboost, rBayesianOptimization, parallel, stringr
Suggests: testthat
License: none
RoxygenNote: 6.0.1.9000
Collate:
'cvboost.R'
'utils.R'
'learner_utils.R'
'rboost.R'
'rlasso.R'
'rlearner.R'
'sboost.R'
'slasso.R'
'slearner.R'
'tboost.R'
'tlasso.R'
'tlearner.R'
'uboost.R'
'ulasso.R'
'ulearner.R'
'xboost.R'
'xlasso.R'
'xlearner.R'