powered by
The function arb_bin implements the monotonic binning based on the decision tree.
arb_bin
arb_bin(x, y)
A numeric vector
A numeric vector with 0/1 binary values
A list of binning outcomes, including a numeric vector with cut points and a dataframe with binning summary
# NOT RUN { data(hmeq) arb_bin(hmeq$DEROG, hmeq$BAD) # }
Run the code above in your browser using DataLab