Plot a simultaneous-confidence-interval object
Source:R/simultaneous_cis.R
plot.simultaneous_cis.RdDraws the per-effect estimates with both bands overlaid – the
wider simultaneous band (error bars) on top of the narrower pointwise band
(thick line range) – for a simultaneousCIs() result, so the family-wise
vs per-effect coverage trade-off is visible.
Usage
# S3 method for class 'simultaneous_cis'
plot(x, ...)Arguments
- x
A
"simultaneous_cis"object fromsimultaneousCIs().- ...
Ignored.