* SAS code to find chi-square P-value; data pval; cdf = probchi(.8164 , 1); pval = 1 - cdf; cards; proc print; run;