fitted.hybridModel: Extract Model Fitted Values

Description Usage Arguments Value See Also

View source: R/generics.R

Description

Extract the model fitted values from the hybridModel object.

Usage

1
2
## 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


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