rmse_metric | R Documentation |
Calculate the root mean square error of the estimated indices of abundance
compared to the true, simulated values. Expects that these will be on a
common scale, e.g. by using rescale_indices
.
rmse_metric(est_index, true_index)
est_index |
Estimated rescaled index |
true_index |
True rescaled index |
Root mean square error of the estimates
John Best
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.