rmse | R Documentation |
Simply finds the RMSE between vect1 and vect2 (of the same length). Often, when assessing fit values, this is interpreted as the standard deviation of fits (e.g., vect2) around true values (e.g., vect1).
rmse(vect1, vect2)
vect1 |
A numeric vector |
vect2 |
Another numeric vector, of the same length as |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.