| Date: | Mon, 18 Feb 2002 09:37:46 -0800 |
| Reply-To: | ckaceres@YAHOO.COM |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Carlos Caceres <ckaceres@YAHOO.COM> |
| Subject: | Ods in Crosstabs? |
| Content-Type: | text/plain; charset=us-ascii |
|---|
Hi:
A question regarding ods(I guess!!):
Suppose two categorical variables A, B with labels
'LabelA', 'LabelB'.
If I run:
proc freq;
table A*B;
run;
I obtain:
The FREQ Procedure
Table of A by B
A(LabelA) B(LabelB)
...
How can I change the third line to appears without
variable names?:
LabelA LabelB or
(LabelA) (LabelB)
Thanks a lot,
CarlosA
__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com
|