Description Usage Arguments Value Examples
View source: R/explain_forest.R
cate.prepare
Provides de-biased tau estimates based on AIPW (for use in custom explainers, e.g., regression models or GAMs).
1 | cate.prepare(forest, subset = NULL, compliance.score = NULL)
|
forest |
A trained causal forest or instrumental forest object. |
Returns a vector of transformed outcomes that can be used in parametric or semi-parametric regressions to explain the results from the forest.
1 2 3 4 | ## Not run:
To be added...
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.