Description Usage Arguments Value Examples
View source: R/functions_measures.R
This function allows you to calculate Mean Absolute Percentage Error (MAPE)
1  | MAPE(actual, pred, overadj = T)
 | 
actual | 
 Actual value  | 
pred | 
 Predicted value  | 
overadj | 
 Logical variable. Default is True. It will adjust MAPE to 100 if it is >100  | 
Mape value
1 2 3  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.