Date: Tue, 3 Jun 2008 15:57:52 -0700
Reply-To: irinfigvam@yahoo.com
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Irin later <irinfigvam@YAHOO.COM>
Subject: Proc Freq or chi sq?
Content-Type: text/plain; charset=us-ascii
I have a file with 3148 patients . About 2000 patients tagged as "hospital" and about 1000 tagged as "Other facilities". I need kind of cross numbers/percentage to present it somewhat like the following two by two :
1 2
1 2000 1000
2 123 1000
-----------------------------------
3148
In other words I need to present umbers like (2000+1000) /3148=
Do I need Proc Freq or Chi sq to represent numbers? How can I implement it?
Thank you in advance,
Irin
|