calc_error | R Documentation |
Compute error metrics
calc_error(x, y)
x |
A numeric vector |
y |
A numeric vector |
A tibble with the computed error metrics.
x <- rnorm(100)
y <- rnorm(100)
plot(x,y)
calc_error(x,y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.