Histogram of bootstrap estimates
# S3 method for atefit
plot(x, bins, alpha = 0.7, title = waiver(), theme = theme_classic(), ...)
A plot of the class ggplot
, displaying the estimated ATE across
the bootstrap samples
An object of class "atefit"
.
Number of bins
Opacity
The text for the title
Defaults to theme_classic()
. Other options include theme_grey()
, theme_bw()
, theme_light()
, theme_dark()
, and theme_void()
Other parameters
Thomas Debray
Create a histogram displaying the distribution of the bootstrap estimates. The red vertical reference line represents the final estimate.