# Convert quantitative data to categorical data. # http://saedsayad.com/binning.htm # E.g., ages in years to 5 groups: # * < 10 # * 11 - 20 # * 21 - 30 # * 31 - 40 # * > 40