Skip to content

Commit 5bf09a8

Browse files
authored
Merge pull request #36 from andrewherren/main
Include stochtree under Bayesian approaches to HTE estimation
2 parents 22bd412 + ff736ea commit 5bf09a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CausalInference.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,10 @@ generate balance tables and plots before and after covariate balancing. `r pkg("
187187
Some of the above mentioned packages can also be used for heterogeneous
188188
treatment effect (HTE) estimation.
189189

190-
- *Bayesian approaches* for individual causal effect estimation are
190+
- *Bayesian approaches* for heterogeneous causal effect estimation are
191191
available in `r pkg("bartCause")` (based on Bayesian Additive
192-
Regression Trees).
192+
Regression Trees) and `r pkg("stochtree")` (which implements the Bayesian
193+
Causal Forest method, based on Bayesian Additive Regression Trees).
193194
- *Fisherian approaches* for an omnibus test of heterogeneity and decomposition of overall treatment effect heterogeneity into a systematic component explained by covariates and an idiosyncratic component is implemented in `r pkg("hettx")`.
194195
- *Efficacious treatment or population subset selection* exploiting
195196
treatment effect heterogeneity is implemented in

0 commit comments

Comments
 (0)