compute_mse | R Documentation |
Compute MSE - Mean Squared Error
compute_mse(y_observed, y_predicted)
y_observed |
[numeric] Observed values for the response variable |
y_predicted |
[numeric] Predicted values for the response variable |
[numeric] The MSE produced by the linear model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.