createEqualWidthBins {aglm} | R Documentation |
Create bins (equal width binning)
Description
Create bins (equal width binning)
Usage
createEqualWidthBins(left, right, nbin)
Arguments
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. |
Value
A numeric vector representing breaks obtained by binning.
Author(s)
Kenji Kondo
[Package aglm version 0.4.0 Index]