executeBinning: Binning the data to given bins.

Description Usage Arguments Value Author(s)

View source: R/binning.R

Description

Binning the data to given bins.

Usage

1
executeBinning(x_vec, breaks = NULL, nbin.max = 100, method = "freq")

Arguments

x_vec

The data to be binned.

breaks

A numeric vector representing breaks of bins (If NULL, automatically generated).

nbin.max

The maximum number of bins (used only if breaks=NULL).

method

"freq" for equal frequency binning or "width" for equal width binning (used only if breaks=NULL).

Value

A list with the following fields:

Author(s)

Kenji Kondo


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