News
PROC UNIVARIATE uses the first name to create a variable that contains the statistic for the first analysis variable, the next name to create a variable that contains the statistic for the second ...
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