plot.metalearner_ensemble {DeepLearningCausal} | R Documentation |
plot.metalearner_ensemble
Description
Uses plot()
to generate histogram of ditribution of CATEs or predicted
outcomes from metalearner_ensemble
Usage
## S3 method for class 'metalearner_ensemble'
plot(x, ..., conf_level = 0.95, type = "CATEs")
Arguments
x |
|
... |
Additional arguments |
conf_level |
numeric value for confidence level. Defaults to 0.95. |
type |
"CATEs" or "predict" |
Value
ggplot
object
[Package DeepLearningCausal version 0.0.106 Index]