R/metric_Bias.R
metric_Bias.Rd
Mean Bias Error (BIAS)
metric_Bias(dat, ...)
dataframe with columns `model` and `obvs`
ignored
A numeric value representing the mean bias (mean(model - obvs)).
Computes the mean bias error between model predictions and observations.