LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 2008, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 6 May 2008 13:43:13 -0400
Reply-To:   Sophia Tong <sophidt@HOTMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Sophia Tong <sophidt@HOTMAIL.COM>
Subject:   Basic stat question in large scale categorical data analysis

Dear listers,

I am trying to pull desciptive statistics from a large observational study. Almost all of the variables are categroical by their nature or recoded as categorical. I am looking for the demographics for this population in 3 different time period, so the table would be PERIOD*VAR in RxC format(not a 2x2 table). The sample size of sub-population in each time period is great than 10,000. So almost every variable I tested are significantly different overall. As I see more and more Prob <.0001, my excitement fated away. Am I using a right method? What I did is simple PROC FREQ with request of Chi-Square test.

PROC FREQ data=large; tables PERIOD*ETHNGRP/Chisq; run;

Any comments or suggestions?

Thanks,

Sophia


Back to: Top of message | Previous page | Main SAS-L page