mse | R Documentation |
loss function for benchmarks
mse(ytrue, ypred, aggregate = TRUE, root = FALSE)
ytrue |
observed values, |
ypred |
predicted values |
aggregate |
logical for whether to take mean of estimate |
root |
logical for whether to return square root of MSE |
mean squared error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.