Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

blr_segment_twoway

Two way event rate


Description

Event rate across two qualitative variables.

Usage

blr_segment_twoway(data, response, variable_1, variable_2)

## Default S3 method:
blr_segment_twoway(data, response, variable_1, variable_2)

Arguments

data

A tibble or data.frame.

response

Response variable; column in data.

variable_1

Column in data.

variable_2

Column in data.

Value

A tibble.

See Also

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

Examples

blr_segment_twoway(hsb2, honcomp, prog, female)

blorr

Tools for Developing Binary Logistic Regression Models

v0.3.0
MIT + file LICENSE
Authors
Aravind Hebbali [aut, cre] (<https://orcid.org/0000-0001-9220-9669>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.