plot.wald_lgspline: Plot Method for wald_lgspline Objects

View source: R/methods.R

plot.wald_lgsplineR Documentation

Plot Method for wald_lgspline Objects

Description

Forest-style plot of coefficient estimates with confidence intervals.

Usage

## S3 method for class 'wald_lgspline'
plot(
  x,
  parm = NULL,
  which = NULL,
  main = "Coefficient Estimates and CIs",
  xlab = "Estimate",
  ...
)

Arguments

x

A "wald_lgspline" object.

parm

Integer vector of coefficient indices or character vector of names to plot. Default NULL plots all.

which

Integer vector of coefficient indices to plot (alternative to parm). Default NULL.

main

Plot title. Default "Coefficient Estimates and CIs".

xlab

x-axis label. Default "Estimate".

...

Additional arguments passed to plot.

Value

Invisibly returns NULL.

See Also

wald_univariate, confint.lgspline


lgspline documentation built on May 8, 2026, 5:07 p.m.