confint.wald_lgspline: Extract Confidence Intervals from a wald_lgspline Object

View source: R/methods.R

confint.wald_lgsplineR Documentation

Extract Confidence Intervals from a wald_lgspline Object

Description

Extract Confidence Intervals from a wald_lgspline Object

Usage

## S3 method for class 'wald_lgspline'
confint(object, parm = NULL, level = NULL, ...)

Arguments

object

A "wald_lgspline" object.

parm

Parameter specification (ignored; all returned).

level

Confidence level (ignored; uses the object's critical value).

...

Not used.

Value

Matrix with columns lower and upper, or NULL if confidence limits are not available.


lgspline documentation built on Aug. 5, 2026, 1:10 a.m.