My row data has 2000 observations.
Sleeping hours fluctuate from 1h (min) and 15h(max) so I want to categorize them into categories, but I don’t know what is important to consider, taking into account min. and max. values are really extreme. I was thinking in two possibilities first (8h) and second (9h), but do I need to think about frequency? Does categories have to be homogeneous? I am using SAS.
N=2000
Sleeping hours mean=7h
Skewness=0.0638
Thanks