View source: R/score_regression.R
rmse | R Documentation |
A function to calculate the RMSE.
rmse(predicted, observed)
predicted |
A data.frame or vector object that is the same number of rows or length as the length of observed values. |
observed |
A vector of the observed results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.