createEqualWidthBins: Create bins (equal width binning)

Description Usage Arguments Value Author(s)

View source: R/binning.R

Description

Create bins (equal width binning)

Usage

1
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


aglm documentation built on June 9, 2021, 5:08 p.m.