Description Usage Arguments Details Value References Examples
Uses random forests to naively estimate the average treatment effect on the treated (ATT) without weighting
1 |
data |
a dataframe object containing the variables and values. |
x |
a list of character vectors specifying variables to be included in the model (columns in the data). If unspecified, then it is assumed to be all columns in the data besides y and w. |
y |
a character vector specifying the response variable. |
w |
a character vector specifying the treatment status. |
cf |
logical; if TRUE then includes confidence interval on ATT. |
... |
additional arguments to causal_forest. |
Computes an estimate of the ATT τ_T with a naive estimate on just the treated group (see naive_ate for more details).
a list of ATT, 95 percent confidence interval upperbound and lowerbound or just ATT, depending on user input of cf
.
Athey, Susan, Imbens, Guido, Pham, Thai, and Wager, Stefan. 2017. “Estimating Average Treatment Effects: Supplementary Analyses and Remaining Challenges." The American Economic Review, Vol. 107(5). pgs. 278–281. urlwww.jstor.org/stable/44250405
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.