FDboost (version 1.1-2)

residuals.FDboost: 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 FDboost
residuals(object, ...)

Value

matrix of residual values

Arguments

object

a fitted FDboost-object

...

not used

Details

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

See Also

FDboost for the model fit.