fitted.fbl_prophet: Extract fitted values

View source: R/model.R

fitted.fbl_prophetR Documentation

Extract fitted values

Description

Extracts the fitted values from an estimated Prophet model.

Usage

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


mitchelloharawild/fable.prophet documentation built on Oct. 17, 2023, 11:22 a.m.