plot.atefit | R Documentation |
Histogram of bootstrap estimates
## S3 method for class 'atefit'
plot(x, bins, alpha = 0.7, title = waiver(), theme = theme_classic(), ...)
x |
An object of class |
bins |
Number of bins |
alpha |
Opacity |
title |
The text for the title |
theme |
Defaults to |
... |
Other parameters |
Create a histogram displaying the distribution of the bootstrap estimates. The red vertical reference line represents the final estimate.
A plot of the class ggplot
, displaying the estimated ATE across
the bootstrap samples
Thomas Debray
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.