Statistical Bias
bias.Rd
Compute the statistical bias of observed and predicted data.
Arguments
- obs
A numeric vector, data.frame or data.table with observed data.
- pred
A numeric vector, data.frame or data.table with predicted (model) data.
- use
An optional character string giving a method for computing RMSE in the presence of missing values. This must be one of the strings "everything" or "complete.obs".