Skip to contents

Plots 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_bootstrap object.

coefficient_set

Coefficient set to plot: "expert" or "gating".

type

Interval type passed to confint().

level

Confidence level.

Value

A ggplot object.