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