I have a quick question:
How do you make a $10 \times 2$ $\chi^2$ table in SAS?
|
|
You're looking for PROC FREQ. That will build a frequency table from your data, and from there you can calculate a number of frequency table-based statistics, including most Chi-squared statistics, Fisher's Exact tests, etc. |
|||
|
|