Date: Tue, 9 Sep 2003 09:01:30 +0200
Reply-To: "Groeneveld, Jim" <jim.groeneveld@VITATRON.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Groeneveld, Jim" <jim.groeneveld@VITATRON.COM>
Subject: Re: PROC FREQ(2)
Content-Type: text/plain; charset="iso-8859-1"
Hi Jack,
Of course, have a look at your documentation from PROC FREQ and experiment with the TABLES options NOCUM NOPCT and the like.
Regards - Jim.
Y. (Jim) Groeneveld MSc
Biostatistician
Vitatron B.V.
Meander 1051
6825 MJ Arnhem
The Netherlands
+31/0 26 376 7365; fax 7305
Jim.Groeneveld@Vitatron.com
www.vitatron.com
-----Original Message-----
From: Jack Wang [mailto:lwongzlwongz@HOTMAIL.COM]
Sent: Monday, September 08, 2003 18:48
To: SAS-L@LISTSERV.UGA.EDU
Subject: Re: PROC FREQ(2)
Thanks so much Jim,
I have tried the FREQ function.
It got the data which I want.
However, are there a way that I can get rid of the percentage. and
also cumulative perfectly and the right most column with the total
percentage base on modifying your code? So it is showing more
information than I need which I have to make it this kind for the
assignment. thanks! =)
really appreciated that.
Country A B
ARG 1 1
BRA 1 0
CAN 1 1
USA 1 3
-----------------------
Total 4 5
|