residuals.FDboost: Residual values of a boosted functional regression model

View source: R/methods.R

residuals.FDboostR Documentation

Residual values of a boosted functional regression model

Description

Takes a fitted FDboost-object and computes the residuals, more precisely the current value of the negative gradient is returned.

Usage

## S3 method for class 'FDboost'
residuals(object, ...)

Arguments

object

a fitted FDboost-object

...

not used

Details

The residual is missing if the corresponding value of the response was missing.

Value

matrix of residual values

See Also

FDboost for the model fit.


FDboost documentation built on Aug. 12, 2023, 5:13 p.m.