Plot bootstrap inference intervals
plot_inference.RdPlots fitted coefficient functions with bootstrap pointwise intervals or simultaneous bands.
Usage
plot_inference(
object,
coefficient_set = "expert",
type = c("pointwise", "simultaneous"),
level = 0.95
)Arguments
- object
A
vcmoe_bootstrapobject.- coefficient_set
Coefficient set to plot:
"expert"or"gating".- type
Interval type passed to
confint().- level
Confidence level.