rmse {stressor} | R Documentation |
A function to calculate the RMSE.
rmse(predicted, observed)
predicted |
A data.frame or vector object that is the same number of rows or length as the length of observed values. |
observed |
A vector of the observed results. |