fitted.fbl_prophet: Extract fitted values

Description Usage Arguments Value

View source: R/model.R

Description

Extracts the fitted values from an estimated Prophet model.

Usage

1
2
## 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.

Value

A vector of fitted values.


fable.prophet documentation built on Aug. 20, 2020, 5:06 p.m.