Mean Fractional Bias
mfb.Rd
Compute the Mean Fractional Bias of observed and predicted data.
Arguments
- obs
A numeric vector, data.frame or data.table.
- pred
A numeric vector, data.frame or data.table.
- use
An optional character string giving a method for computing MFB in the presence of missing values. This must be either
everything
orcomplete.obs
.