Supplement the data fitted to a caret ensemble model with model fit statistics
This function constructs a dataframe consisting of the outcome,
all of the predictors used in any of the models ensembled in a caretEnsemble
object, and some model fit statistics.
fortify(model, data = NULL, ...)
model |
a |
data |
a data set, defaults to the data used to fit the model |
... |
additional arguments to pass to fortify |
The original data with extra columns for fitted values and residuals
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.