data b;do r=1 to 4;do c=1 to 2;input fre@@;output;end;end;cards;160 71519 51252 43241 395;run;proc freq data=b;weight fre;tables r*c/chisq expected nopercent nocol;run;
SAS输出结果中没有卡方连续性校正的结果