Takes a fitted FDboost-object and computes the fitted values.
# S3 method for FDboost
fitted(object, toFDboost = TRUE, ...)matrix or vector of fitted values
a fitted FDboost-object
logical, defaults to TRUE. In case of regular response in wide format
(i.e., response is supplied as matrix): should the predictions be returned as matrix, or list
of matrices instead of vectors
additional arguments passed on to predict.FDboost
FDboost for the model fit.