blr_woe_iv_stats: Multi variable WOE & IV

View source: R/blr-woe-iv.R

blr_woe_iv_statsR Documentation

Multi variable WOE & IV

Description

Prints weight of evidence and information value for multiple variables. Currently avialable for categorical predictors only.

Usage

blr_woe_iv_stats(data, response, ...)

Arguments

data

A data.frame or tibble.

response

Response variable; column in data.

...

Predictor variables; column in data.

See Also

Other bivariate analysis procedures: blr_bivariate_analysis(), blr_segment(), blr_segment_dist(), blr_segment_twoway(), blr_woe_iv()

Examples

blr_woe_iv_stats(hsb2, honcomp, prog, race, female, schtyp)


blorr documentation built on April 3, 2025, 6:01 p.m.