SAS only include chi-square output in proc freq

后端 未结 0 1661
被撕碎了的回忆
被撕碎了的回忆 2020-12-18 19:51

I\'m using the following code to do a chi-square test in SAS.

proc freq data=data;
tables var1*var2/chisq;
run;

It gives the output of both c

相关标签:
回答
  • 消灭零回复
提交回复
热议问题