residuals.hybridModel {forecastHybrid} | R Documentation |
Extract Model Residuals
Description
Extract the model residuals from the hybridModel
object.
Usage
## S3 method for class 'hybridModel'
residuals(object, individual = FALSE, ...)
Arguments
object |
The input hybridModel. |
individual |
If |
... |
Other arguments (ignored). |
Value
The residuals of the ensemble or individual component models.
See Also
[Package forecastHybrid version 5.0.19 Index]