View source: R/performance_mae.R
performance_mae | R Documentation |
Compute mean absolute error of models.
performance_mae(model, ...)
mae(model, ...)
model |
A model. |
... |
Arguments passed down to |
Numeric, the mean absolute error of model
.
data(mtcars)
m <- lm(mpg ~ hp + gear, data = mtcars)
performance_mae(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.