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, ...)
Value
The fitted values of the ensemble or individual component models.
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).