Learn R Programming

fableCount (version 0.1.0)

fitted.INGARCH: Extract fitted values from a fable model

Description

Extracts the fitted values.

Usage

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

Value

A vector of fitted values.

Arguments

object

A model for which forecasts are required.

...

Other arguments passed to methods

Examples

Run this code
tsibbledata::aus_production |>
  fabletools::model(manual_ing = INGARCH(Beer ~ pq(1,1))) |>
  dplyr::select(manual_ing) |>
  fitted()

Run the code above in your browser using DataLab