unwrapParallelModels: Helper function used to unpack the fitted model objects from a list
Description
Helper function used to unpack the fitted model objects from a list
Usage
unwrapParallelModels(fitModels, expandedModels)
Arguments
fitModels
A list containing the models to include in the ensemble
expandedModels
A character vector from the models
argument of hybridModel
Details
See usage inside the hybridModel
function.