fitted.hybridModel: Extract Model Fitted Values
Description
Extract the model fitted values from the hybridModel
object.
Usage
# S3 method for hybridModel
fitted(object, individual = FALSE, ...)
Arguments
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.