RMSE | R Documentation |
The function is used to calculate the root mean square error between two vectors
RMSE(Actual, Predicted)
Actual |
Vector of actual data |
Predicted |
vector of predicted data |
The root mean square error between the two input vectors
Mohamed Soudy Mohmedsoudy2009@gmail.com
RMSE(c(1,2,3), c(10,20,30))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.