Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I have a quick question:

How do you make a $10 \times 2$ $\chi^2$ table in SAS?

share|improve this question
Scroll down to the 'chi-square test' section here (not the 'chi-square goodness of fit' section). – Mike Wierzbicki Nov 6 '11 at 21:21

1 Answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.