Consider the two classes indicated by `H' and `O' in Figure 7.1. The results are shown in Figure 7.2. data random; drop n; Group = 'H'; do n = 1 to 20; X = 4.5 + 2 * normal(57391); Y = X + .5 + normal ...
output out=pctscore median=Median pctlpts=98 50 20 70 pctlpre=Pctl_ pctlname=Top Mid Low; title 'Examining the Distribution of Final Exam Scores'; run; proc print data=pctscore noobs; title1 'Quantile ...