Description Usage Arguments Value See Also Examples
Distribution of response variable by segements/levels of a qualitative variable.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
data |
A |
response |
Response variable; column in |
predictor |
Predictor variable; column in |
x |
An object of class |
title |
Plot title. |
xaxis_title |
X axis title. |
yaxis_title |
Y axis title. |
sec_yaxis_title |
Secondary y axis title. |
bar_color |
Bar color. |
line_color |
Line color. |
print_plot |
logical; if |
... |
Other inputs. |
A tibble.
Other bivariate analysis procedures:
blr_bivariate_analysis()
,
blr_segment_twoway()
,
blr_segment()
,
blr_woe_iv_stats()
,
blr_woe_iv()
1 2 3 4 5 | k <- blr_segment_dist(hsb2, honcomp, prog)
k
# plot
plot(k)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.