Description Usage Arguments Examples
View source: R/measures_regression.R
Defined as the abs(truth_i - response_i) / truth_i. Won't work if any truth value is equal to zero. In this case the output will be NA.
| 1 | MAPE(truth, response)
 | 
| truth | [numeric] vector of true values | 
| response | [numeric] vector of predicted values | 
| 1 2 3 4 5 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.