Discretizing, binning continuous variables

Post date: May 14, 2014 6:40:39 AM

There are some function worth looking at:

cut() -- output the interval according to a given set of break points

findInterval() -- output the index of interval according to a given set of break points

Advanced discretization algorithms can be found in R-discretization package, a collection of supervised discretization algorithm.