Learn R Programming

forecastHybrid (version 4.2.17)

residuals.hybridModel: Extract Model Residuals

Description

Extract the model residuals from the hybridModel object.

Usage

# S3 method for hybridModel
residuals(object, individual = FALSE, ...)

Arguments

object

The input hybridModel.

individual

If TRUE, return the residuals of the component models instead of the residuals for the whole ensemble model.

...

Other arguments (ignored).

Value

The residuals of the ensemble or individual component models.

See Also

accuracy