Description Usage Arguments Value
This function calculates the Root Mean Square Error (RMSE). It takes as input two vectors (or matrices) with one containing the real y's and the other the predicted y's from the model.
1 | computeError(y, ypred)
|
y |
Response data |
ypred |
Mean of predicted responses |
RMSE for the given data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.