Description Usage Arguments Value Examples
Computes confidence intervals for the average treatment effect estimated by a
causal_forest
model.
1 2 |
object |
An |
parm |
Not used |
level |
The desired confidence level |
... |
Additional arguments (ignored) |
A one-row tibble with two columns giving lower and upper confidence
bounds for the estimated ATE. The column names will be (1-level)/2%
and 1 - (1-level)/2% (by default, 5.0%
and 95.0%
).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.