residuals.fbl_prophet: Extract model residuals

View source: R/model.R

residuals.fbl_prophetR Documentation

Extract model residuals

Description

Extracts the residuals from an estimated Prophet model.

Usage

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

Arguments

object

The time series model used to produce the forecasts

...

Additional arguments for forecast model methods.

Value

A vector of residuals.


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