Description Usage Arguments Value Examples
Extract bad rate value for each band of variable.
1 | getBadRate(yVar, xVar)
|
yVar |
A vector of logical class, dependent variable |
xVar |
A vector of factor class, independent variable |
A vector with bad rate value for each band of variable
1 2 | data(lendclub)
getBadRate(lendclub$loan_status, lendclub$home_ownership)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.