I'm working with the MTCars data set in SAS Studio, and noticed the cylinder column is of numeric type. I feel that because the number of cylinders in a car is either 4, 6, or 8, a data-type of categorical would be more appropriate. (I have included a screenshot of my issue.) https://prnt.sc/1woaj4u How do I change a data-type when working with a data set?
... View more