Plot Histogram of Estimated Effects with Confidence Interval and Trimmed X-Axis
Source:R/counterfactual_analysis.R
plot_estimate_distribution.Rd
Plot Histogram of Estimated Effects with Confidence Interval and Trimmed X-Axis
Usage
plot_estimate_distribution(
estimates,
x_label = "Cases Averted",
title = "Posterior Distribution of Estimated Cases Averted",
bins = 30,
ci_level = 0.95
)