| 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 |
|
| 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
|