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 (July 2007, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sat, 14 Jul 2007 06:40:26 -0400
Reply-To:   Peter Flom <peterflomconsulting@mindspring.com>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Peter Flom <peterflomconsulting@MINDSPRING.COM>
Subject:   Re: need help in proc freq
Comments:   To: Santughosh001@GMAIL.COM
Content-Type:   text/plain; charset=UTF-8

Santughosh001@GMAIL.COM wroteeq > >Hi all, > >Is there any way to find the cell proportions as > >(cell frequency)/(total frequency) or (cell frequency)/(row sum) > >in proc freq. I searched the help but didn't find it. Plz help me.

I am not sure what you are asking. Both cell proportion and row proportion are part of the default output in PROC FREQ. If you *don't* want them, you can turn them off with /norow and /nopercent, but if you just run PROC FREQ, they are there in the output. Each cell will have four numbers (cell freq, row percent, col percent and percent).

Did you mean you want proportions instead of percent? Or did you want to save things to some other file? Or is it something else?

HTH

Peter


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