-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
50 lines (50 loc) · 1.1 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
Package: causalToolbox
Type: Package
Title: Toolbox for Causal Inference with emphasize on Heterogeneous Treatment Effect Estimator
Version: 0.0.2.4
Author: Sören Künzel, Allen Tang, Ling Xie, Theo Saarinen, Peter Bickel, Bin Yu, Jasjeet Sekhon
Maintainer: Sören Künzel <[email protected]>, Allen Tang <[email protected]>
Description: Estimate heterogeneous treatment effects in experimental and
observational studies.
License: GPL (>=3) | file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.50)
Imports:
foreach,
doParallel,
parallel,
plyr,
MASS (>= 7.3.0),
rBayesianOptimization,
dbarts (>= 0.8.7),
Rcpp (>= 0.12.9),
methods,
stats,
Rforestry,
ranger,
Matching,
quickmatch,
distances,
BART
Remotes: forestry-labs/Rforestry
RoxygenNote: 7.2.1
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
Collate:
'CATE_estimators.R'
'DRBART.R'
'SRF.R'
'SBART.R'
'XRF.R'
'XBART.R'
'TRF.R'
'TBART.R'
'helper_functions.R'
'DRRF.R'
'ExmpleSetups_causaleffects.R'
'MRF.R'
'MBART.R'