R/calculate_IV.R
calculate_IV.RdCalculates Weight of Evidence (WOE) and Information Value (IV) between a
single predictor and a single outcome variable. This function implements the
common Information Value calculations whilst maintaining the minimum reliance
on external dependencies. Use map_IV() for the equivalent of
Information::create_infotables(), which performs calculations for multiple
predictors and a single outcome variable.
calculate_IV(data, outcome, predictor, bins)A data frame is returned as an output.
The approach used mirrors the one used in Information::create_infotables().