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 ...
For example: proc univariate data=score; histogram final / normal; inset mean std normal(ad adpval); run; The MEAN and STD keywords display the sample mean and standard deviation of FINAL. The NORMAL ...