Description Usage Arguments Value Examples
Calculate the Root Means Square Error (RMSE) and the Mean Absoluter Error (MAE)
and round the result, by default to 4 digits. Apply na.rm = TRUE
1 2 3 |
y_pred |
vector of numeric. The predicted values. |
y0 |
vector of numeric. The original values. |
dgts |
integer. The rounding. |
A numeric value, either the RMSE or the MAE.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.