rmse | R Documentation |
Most functions will drop any missing elements before the calculation is done.
rmse(value_predict, value)
mean_bias(value_predict, value)
mean_bias_normalised(value_predict, value)
correlation(value_predict, value, method = "pearson")
n_pairs(value_predict, value)
mae(value_predict, value)
difference(value_predict, value, absolute = FALSE)
value_predict |
A numeric vector to test against the "truth"
( |
value |
A numeric vector that is considered the "truth" or observed. |
method |
For |
absolute |
Should absolute values be returned? |
Numeric vector with length of 1.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.