blr_woe_iv_stats {blorr} | R 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 |
response |
Response variable; column in |
... |
Predictor variables; column in |
See Also
Other bivariate analysis procedures:
blr_bivariate_analysis()
,
blr_segment_dist()
,
blr_segment_twoway()
,
blr_segment()
,
blr_woe_iv()
Examples
blr_woe_iv_stats(hsb2, honcomp, prog, race, female, schtyp)
[Package blorr version 0.3.0 Index]