fitted.FDboost {FDboost} | R Documentation |
Fitted values of a boosted functional regression model
Description
Takes a fitted FDboost
-object and computes the fitted values.
Usage
## S3 method for class 'FDboost'
fitted(object, toFDboost = TRUE, ...)
Arguments
object |
a fitted |
toFDboost |
logical, defaults to |
... |
additional arguments passed on to |
Value
matrix or vector of fitted values
See Also
FDboost
for the model fit.
[Package FDboost version 1.1-2 Index]