Description Usage Arguments Value Examples
Calculate the Root Mean Squared Error (RMSE), the Mean Squared Error (MSE),
the Mean Absoluter Error (MAE), and the Worst Absolute Error (WAE). The
result is rounded to 4 digits by default. Apply na.rm = TRUE
1 2 3 4 5 6 7 |
y_pred |
numeric vector of the predicted values |
y0 |
numeric vector of the observed values |
dgts |
integer value for how many digits to round to |
A numeric value, either the RMSE, MSE, MAE, or WAE.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.