createEqualWidthBins: Create bins by Equal Width Binning

Description Usage Arguments Value

View source: R/binning.R

Description

Create bins by Equal Width Binning

Usage

1
createEqualWidthBins(left, right, nbin)

Arguments

left

left value of the original interval.

right

right value of the original interval.

nbin

number of bins to be created.

Value

a numeric vector which indicates the boundaries of bins, with nbin elements.


kazuzowo/aglm-LVar documentation built on Dec. 10, 2019, 12:13 a.m.