The order of the names corresponds to the order of the analysis variables in the VAR statement. PROC UNIVARIATE uses the first name to create a variable that contains the statistic for the first ...
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