plot.atefit {precmed} | R Documentation |
Histogram of bootstrap estimates
Description
Histogram of bootstrap estimates
Usage
## S3 method for class 'atefit'
plot(x, bins, alpha = 0.7, title = waiver(), theme = theme_classic(), ...)
Arguments
x |
An object of class |
bins |
Number of bins |
alpha |
Opacity |
title |
The text for the title |
theme |
Defaults to |
... |
Other parameters |
Details
Create a histogram displaying the distribution of the bootstrap estimates. The red vertical reference line represents the final estimate.
Value
A plot of the class ggplot
, displaying the estimated ATE across
the bootstrap samples
Author(s)
Thomas Debray
[Package precmed version 1.0.0 Index]