powered by
Information value and likelihood ratio chi square test for initial variable/predictor selection. Currently avialable for categorical predictors only.
blr_bivariate_analysis(data, response, ...)# S3 method for default blr_bivariate_analysis(data, response, ...)
# S3 method for default blr_bivariate_analysis(data, response, ...)
A tibble or a data.frame.
tibble
data.frame
Response variable; column in data.
data
Predictor variables; columns in data.
A tibble with the following columns:
Variable name
Information value
Likelihood ratio statisitc
Likelihood ratio degrees of freedom
Likelihood ratio p value
Other bivariate analysis procedures: blr_segment_dist(), blr_segment_twoway(), blr_segment(), blr_woe_iv_stats(), blr_woe_iv()
blr_segment_dist()
blr_segment_twoway()
blr_segment()
blr_woe_iv_stats()
blr_woe_iv()
# NOT RUN { blr_bivariate_analysis(hsb2, honcomp, female, prog, race, schtyp) # }
Run the code above in your browser using DataLab