Learn R Programming

IRon (version 0.1.4)

bias: Model Bias

Description

Model Bias

Usage

bias(trues, preds)

Value

Value for model bias

Arguments

trues

Target values from a test set of a given data set. Should be a vector and have the same size as the variable preds

preds

Predicted values given a certain test set of a given data set. Should be a vector and have the same size as the variable trues