Last chance! 50% off unlimited learning
Sale ends in
Extract the model fitted values from the hybridModel
object.
# S3 method for hybridModel
fitted(object, individual = FALSE, ...)
the input hybridModel.
if TRUE
, return the fitted values of the component models instead
of the fitted values for the whole ensemble model.
other arguments (ignored).
The fitted values of the ensemble or individual component models.