forked from kwonsang/CRE
-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
66 lines (66 loc) · 2.13 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
58
59
60
61
62
63
64
65
66
Type: Package
Package: CRE
Title: Interpretable Discovery and Inference of Heterogeneous Treatment Effects
Version: 0.2.7
Authors@R: c(
person("Naeem", "Khoshnevis", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-4315-1426")),
person("Daniela Maria", "Garcia", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-3226-3561")),
person("Riccardo", "Cadei", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-2416-8943")),
person("Kwonsang", "Lee", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-5823-4331")),
person("Falco Joannes", "Bargagli Stoffi", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6131-8165"))
)
Maintainer: Falco Joannes Bargagli Stoffi <[email protected]>
Description: Provides a new method for interpretable heterogeneous
treatment effects characterization in terms of decision rules
via an extensive exploration of heterogeneity patterns by an
ensemble-of-trees approach, enforcing high stability in the
discovery. It relies on a two-stage pseudo-outcome regression, and
it is supported by theoretical convergence guarantees. Bargagli-Stoffi,
F. J., Cadei, R., Lee, K., & Dominici, F. (2023) Causal rule ensemble:
Interpretable Discovery and Inference of Heterogeneous Treatment Effects.
arXiv preprint <doi:10.48550/arXiv.2009.09036>.
License: GPL-3
URL: https://github.com/NSAPH-Software/CRE
BugReports: https://github.com/NSAPH-Software/CRE/issues
Depends:
R (>= 3.5.0)
Imports:
MASS,
stats,
logger,
gbm,
randomForest,
methods,
xgboost,
RRF,
data.table,
xtable,
glmnet,
bartCause,
stabs,
stringr,
SuperLearner,
magrittr,
ggplot2,
arules
Suggests:
grf,
BART,
gnm,
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Copyright: Harvard University
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2