To determine whether the Student's t statistic is appropriate, you must determine if the data are approximately normally distributed. Examination of the box plot, which is nonsymmetric, and the small ...
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 ...