rmse | R Documentation |
Compute root mean square error (RMSE).
rmse(x, y, dolog10 = FALSE)
x |
Numeric vector of data. |
y |
Numeric vector of data to compare to x, same length. |
dolog10 |
TRUE/FALSE, should x and y be logged (base 10)? (i.e. calculate RMSLE?) |
Single numeric value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.