residuals.TSLM: Extract residuals from a fable model

View source: R/lm.R

residuals.TSLMR Documentation

Extract residuals from a fable model

Description

Extracts the residuals.

Usage

## S3 method for class 'TSLM'
residuals(object, ...)

Arguments

object

A model for which forecasts are required.

...

Other arguments passed to methods

Value

A vector of fitted residuals.

Examples

as_tsibble(USAccDeaths) %>%
  model(lm = TSLM(log(value) ~ trend() + season())) %>%
  residuals()

tidyverts/fable documentation built on Nov. 30, 2024, 10:49 p.m.