residuals.FDboost {FDboost} | R Documentation |
Takes a fitted FDboost
-object and computes the residuals,
more precisely the current value of the negative gradient is returned.
## S3 method for class 'FDboost'
residuals(object, ...)
object |
a fitted |
... |
not used |
The residual is missing if the corresponding value of the response was missing.
matrix of residual values
FDboost
for the model fit.