A chi-square (χ2) statistic is a test that is used to measure how expectations compare to actual observed data or model ...
output out=chisqdat pchi lrchi n nmiss; title 'Chi-Square Tests for 3 by 5 Table of Eye and Hair Color'; run; proc print data=chisqdat noobs; title 'Chi-Square Statistics for Eye and Hair Color'; ...