Make an ordered factor named ozone.cat that classifies ozone into three equal sized groups. Do this by using functions which will group the observations according to increasing ozone into three groups with roughly one third of the observations in each group. Do this in such a way that the expression would remain valid if the data in ozone changed. Label these three groups as Low, Medium and High respectively.


