fitted.FDboost function

Fitted values of a boosted functional regression model

Fitted values of a boosted functional regression model

Takes a fitted FDboost-object and computes the fitted values.

## S3 method for class 'FDboost' fitted(object, toFDboost = TRUE, ...)

Arguments

  • object: a fitted FDboost-object
  • toFDboost: 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

Returns

matrix or vector of fitted values

See Also

FDboost for the model fit.

  • Maintainer: David Ruegamer
  • License: GPL-2
  • Last published: 2023-08-12