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 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_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]