
Last chance! 50% off unlimited learning
Sale ends in
Compute mean absolute error of models.
performance_mae(model, ...)mae(model, ...)
A model.
Arguments passed to or from other methods.
Numeric, the mean absolute error of model
.
# NOT RUN {
data(mtcars)
m <- lm(mpg ~ hp + gear, data = mtcars)
performance_mae(m)
# }
Run the code above in your browser using DataLab