Skip to contents

Mean Bias Error (BIAS)

Usage

metric_Bias(dat, ...)

Arguments

dat

dataframe with columns `model` and `obvs`

...

ignored

Value

A numeric value representing the mean bias (mean(model - obvs)).

Details

Computes the mean bias error between model predictions and observations.