Description Usage Arguments Details Value Examples
Calculates the mean error (ME) from observed and predicted values.
1 | me(observed, predicted)
|
observed |
Numeric vector of observed values |
predicted |
Numeric vector of predicted values. The length shall be the same as for observed. |
ME = bias = mean(observed - predicted)
The mean error (ME) calculated from the observed and the predicted values.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.