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