# NOT RUN {
mod <- lm(formula = wt ~ ., data = mtcars)
predictions <- predict(mod, mtcars[,-6])
actuals <- mtcars[,6]
regressionModelMetrics(actuals = actuals,
predictions = predictions, model = mod)
# }
Run the code above in your browser using DataLab