confint.GeDS: Confidence Intervals for GeDS Model Coefficients

View source: R/S3methods.R

confint.GeDSR Documentation

Confidence Intervals for GeDS Model Coefficients

Description

Method for confint.default to compute confidence intervals for the coefficients of a fitted GeDS model stored in a GeDS-class object.

Usage

## S3 method for class 'GeDS'
confint(object, parm, level = 0.95, n = 3L, ...)

## S3 method for class 'GeDSboost'
confint(object, parm, level = 0.95, n = 3L, ...)

## S3 method for class 'GeDSgam'
confint(object, parm, level = 0.95, n = 3L, ...)

Arguments

object

the GeDS-class object from which the confidence intervals for the selected GeDS regression should be extracted.

parm

a specification of which parameters are to be given confidence intervals, either a vector of numbers or names; defaults to all parameters.

level

the confidence level required (default is 0.95).

n

integer value (2, 3 or 4) specifying the order (= degree + 1) of the GeDS/GeDSboost/GeDSgam fit for which to compute confidence intervals. By default equal to 3L; non-integer values will be passed to the function as.integer.

...

additional arguments passed to confint.

Value

A matrix with columns giving lower and upper confidence limits for each spline coefficient of the selected GeDS model (by default 2.5

See Also

confint.default, GeDS-class


GeDS documentation built on June 10, 2025, 5:10 p.m.