View source: R/root_mean_squared_error.R
root_mean_squared_error | R Documentation |
Root Mean Squared Error used as an assessment tool
root_mean_squared_error(y, ypre)
y<- |
c(5:20) - vector representing number of true values |
ypre<- |
predict(lm(y ~ x)) - vector denoting values of number of y predicted values. |
RMSE is the square root of the mean of the square of all of the error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.