Base plot() method for att_result objects returned by att() (or the
deprecated calc_att()). Draws point estimates with confidence-interval
bars: a single point for aggregation = "simple", one point per cohort
for "by_cohort", and one per calendar period for "by_time".
Arguments
- x
An
att_resultobject.- ci_level
Confidence level to display (default
0.95; must be one of the levels requested in the originating call).- color
Point and interval colour (default
"#B25D91FF").- zero_line
Logical; draw a dashed reference line at zero (default
TRUE).- theme_style
One of
"bw"(default),"minimal", or"classic".- ...
Unused.
- object
An
att_resultobject.