fitted.fbl_prophet function

Extract fitted values

Extract fitted values

Extracts the fitted values from an estimated Prophet model.

## S3 method for class 'fbl_prophet' fitted(object, ...)

Arguments

  • object: The time series model used to produce the forecasts
  • ...: Additional arguments for forecast model methods.

Returns

A vector of fitted values.