Learn R Programming

DeepLearningCausal (version 0.0.107)

plot.metalearner_neural: plot.metalearner_neural

Description

Uses plot() to generate histogram of distribution of CATEs or predicted outcomes from metalearner_neural

Usage

# S3 method for metalearner_neural
plot(x, ..., conf_level = 0.95, type = "CATEs")

Value

ggplot object.

Arguments

x

metalearner_neural model object.

...

Additional arguments

conf_level

numeric value for confidence level. Defaults to 0.95.

type

"CATEs" or "predict".