Compute mean absolute error of models.
performance_mae(model, ...)mae(model, ...)
Numeric, the mean absolute error of model
.
A model.
Arguments passed to or from other methods.
data(mtcars)
m <- lm(mpg ~ hp + gear, data = mtcars)
performance_mae(m)
Run the code above in your browser using DataLab