Learn R Programming

fable (version 0.3.2)

fitted.fable_theta: Extract fitted values from a fable model

Description

Extracts the fitted values.

Usage

# S3 method for fable_theta
fitted(object, ...)

Value

A vector of fitted values.

Arguments

object

The time series model used to produce the forecasts

...

Additional arguments for forecast model methods.

Examples

Run this code
library(tsibbledata)
vic_elec %>%
  model(avg = MEAN(Demand)) %>%
  fitted()

Run the code above in your browser using DataLab