Description Usage Arguments Details Value References
is a quantity used to measure how close forecasts or predictions are to the eventual outcomes. The mean absolute error is given by.
1 | mae(observados, estimados)
|
observados |
vector of values observed. |
estimados |
vector of regression model data. |
mae = mean(abs(observados-estimados))
Function that returns Mean Absolute Error
see https://en.wikipedia.org/wiki/Mean_absolute_error for more details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.