rbin_factor {rbin} | R Documentation |
Weight of evidence and information value for categorical data.
rbin_factor(data = NULL, response = NULL, predictor = NULL, include_na = TRUE) ## S3 method for class 'rbin_factor' plot(x, print_plot = TRUE, ...)
data |
A |
response |
Response variable. |
predictor |
Predictor variable. |
include_na |
logical; if |
x |
An object of class |
print_plot |
logical; if |
... |
further arguments passed to or from other methods. |
bins <- rbin_factor(mbank, y, education) bins # plot plot(bins)