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 TRUE, return the fitted values of the component models instead of the fitted values for the whole ensemble model.

...

other arguments (ignored).

Value

The fitted values of the ensemble or individual component models.

See Also

accuracy


[Package forecastHybrid version 5.0.19 Index]