Description Usage Arguments Value Author(s)
Binning the data to given bins.
1 | executeBinning(x_vec, breaks = NULL, nbin.max = 100, method = "freq")
|
x_vec |
The data to be binned. |
breaks |
A numeric vector representing breaks of bins (If |
nbin.max |
The maximum number of bins (used only if |
method |
|
A list with the following fields:
labels
: An integer vector with same length as x_vec
, where labels[i]==k
means the i-th element of x_vec
is in the k-th bin.
breaks
: Breaks of bins used for binning.
Kenji Kondo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.