calculate_rmse | R Documentation |
calculate_rmse() is a Calculate function that performs a numeric calculation. Specifically, this function implements an algorithm to calculate root mean square error. The function returns Root mean square error (a double vector).
calculate_rmse(y_dbl, yhat_dbl)
y_dbl |
Y (a double vector) |
yhat_dbl |
Yhat (a double vector) |
Root mean square error (a double vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.