Continuous

R

R - cut() - Bin Continuous Data

The cut() function divides a numeric vector into intervals and returns a factor representing which interval each value falls into. The basic syntax requires two arguments: the data vector and the…

Read more →