residuals.FDboost {FDboost} | R 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 |
... |
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.
[Package FDboost version 1.1-2 Index]