To test for normality you must add the keyword normal to the
procedure declaration of proc univariate. Proc univariate will display
two statistics at the end of the moments section. These are
W:Normal and Pr
How low a value you can accept is dependent on the size
of your sample and the accuracy you require in your analysis. For more
details on interpreting this consult a statistics manual.
The basic format of this procedure is:
proc univariate data=dataset normal;
If you do not specify a list of variables then all possible variables
will be summarized.
Example 6. Using Proc univariate with normal
Author - Jack Suess
var variable-list;
run;
Back to Sas Index
Page
UMBC University Computing Services
Created - 1/15/96