Description Usage Arguments Value References See Also Examples
Weight of evidence and information value. Currently avialable for categorical predictors only.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
data |
A |
predictor |
Predictor variable; column in |
response |
Response variable; column in |
digits |
Number of decimal digits to round off. |
... |
Other inputs. |
x |
An object of class |
title |
Plot title. |
xaxis_title |
X axis title. |
yaxis_title |
Y axis title. |
bar_color |
Color of the bar. |
line_color |
Color of the horizontal line. |
print_plot |
logical; if |
A tibble.
Siddiqi N (2006): Credit Risk Scorecards: developing and implementing intelligent credit scoring. New Jersey, Wiley.
Other bivariate analysis procedures:
blr_bivariate_analysis()
,
blr_segment_dist()
,
blr_segment_twoway()
,
blr_segment()
,
blr_woe_iv_stats()
1 2 3 4 5 6 | # woe and iv
k <- blr_woe_iv(hsb2, female, honcomp)
k
# plot woe
plot(k)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.