createEqualWidthBins {aglm} | R Documentation |
Create bins (equal width binning)
createEqualWidthBins(left, right, nbin)
left |
The leftmost value of the interval to be binned. |
right |
The rightmost value of the interval to be binned. |
nbin |
The number of bins. |
A numeric vector representing breaks obtained by binning.
Kenji Kondo