blr_woe_iv_stats: Multi variable WOE & IV

Description Usage Arguments See Also Examples

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

Description

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

Usage

1

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

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

blorr documentation built on July 2, 2020, 2:15 a.m.