Description Usage Arguments Details Value See Also Examples
Certain plots only require a results
object and not the other
components of a cf_eval
object. These can be created from
results
only.
1 2 |
x |
A |
kind |
The type of plot to create |
... |
Additional arguments passed to subsequent plot functions |
Possible options for kind
are:
cate
A density plot of estimated conditional average treatment effects, i.e. the causal forest predictions. The most straightforward way to look for treatment effect heterogeneity.
bias
A histogram of each observation's contribution to the overall bias of the model, relative to a simple difference in means.
propensities
A histogram of fitted propensities. The causal forest requires the assumption that we cannot deterministically tell the treatment status of an individual given its covariates. In other words, none of the propensity scores should be near zero or one.
A plot
Other plotting methods:
plot.ate()
,
plot.cf_eval()
,
plot.tuning_output()
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.