residuals.hybridModel: Extract Model Residuals

Description Usage Arguments Value See Also

View source: R/generics.R

Description

Extract the model residuals from the hybridModel object.

Usage

1
2
## S3 method for class '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


forecastHybrid documentation built on Aug. 28, 2020, 9:08 a.m.