Description Usage Arguments Examples
View source: R/MAPE.R
Mean Absolute Percentage Error.
1
MAPE(x, y)
x,y
Two vectors of the same length.
1 2 3
x = runif(10) y = runif(10) MAPE(x,y)
Warning message: no DISPLAY variable so Tk is not available [1] 70.9634
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.