Plots normal Wald confidence intervals for an hcinfer() result. Each
interval is color-coded by the test decision at the stored significance
level: coefficients for which the null hypothesis is rejected are shown in
red, and those for which it is not rejected are shown in blue. Formatted
p-values are printed to the right of each interval for quick reading.
Usage
# S3 method for class 'hcinfer'
plot(x, parm, ...)Arguments
- x
An object returned by
hcinfer().- parm
Optional coefficient names or integer positions. When supplied, only the selected coefficients are plotted. The selection follows the same rules as
confint.hcinfer()andtests.hcinfer().- ...
Unused. Passing named arguments raises an error.
Value
A ggplot2::ggplot() object.


