Visualises the output of honest_sensitivity(): robust confidence intervals
for the target effect under progressively weaker parallel-trends restrictions
(increasing \(M\) or \(\bar M\)), alongside the original confidence
interval that assumes parallel trends holds exactly. This is the "top-down"
sensitivity plot of Rambachan and Roth (2023).
Usage
# S3 method for class 'honest_result'
plot(x, ...)
# S3 method for class 'honest_result'
autoplot(object, ...)Arguments
- x
A
honest_resultobject fromhonest_sensitivity().- ...
Unused.
- object
A
honest_resultobject.