News
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 ...
output out=teststat mean=MeanTest1 MeanTest2 std=StdDeviationTest1 pctlpts=33.3 66 99.9 pctlpre=Test1_ Test2_ pctlname=Low ; run; proc print data=teststat noobs; title1 'Univariate Statistics for Two ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results