Description Usage Arguments Value Examples
The function cal_woe
applies the WoE transformation to a numeric
vector based on the binning outcome from a binning function, e.g. qtl_bin()
or iso_bin().
1 | cal_woe(x, bin)
|
x |
A numeric vector that will be transformed to WoE values. |
bin |
A list with the binning outcome from the binning function, e.g. qtl_bin() or iso_bin() |
A numeric vector with WoE transformed values.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.