Description Usage Arguments Value See Also Examples
View source: R/IterativeQuantileBinning.R
used for binning the numeric values by empirical quantile
| 1 2 | 
| data | data frame to be binned (will coerce matrix or tibble to simple data frame) | 
| bin_cols | vector of column names of variables to iteratively bin, ordered first to last | 
| nbins | vector of number of bins per step of iterative binning, ordered first to last | 
| jit | vector of margins for uniform jitter to each dimension to create seperability of tied obs due to finite precision | 
| output | Output Structure: "data" for just the binned data,"definition" for a list of bin centers and boundaries, or "both" for list containing both data and definition | 
output list containing values specified by user
Other iterative quantile binning functions: iqbin_assign,
iqbin_stretch
| 1 2 3 4 5 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.