powered by
split_bins is for binning using breaks.
split_bins
split_bins(dat, x, breaks = NULL, bins_no = TRUE)
A data.frame with independent variables.
The name of an independent variable.
Breaks for binning.
Number the generated bins. Default is TRUE.
A data.frame with Bined x.
# NOT RUN { bins = split_bins(dat = UCICreditCard, x = "PAY_AMT1", breaks = NULL, bins_no = TRUE) # }
Run the code above in your browser using DataLab