residuals.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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.