rmse.Rd
Calculates the root mean squared error (RMSE) between two vectors.
rmse(y, y_hat)
Vector of actual values.
Vector of estimates/predicted values.
RMSE value.