Date: Mon, 14 Oct 1996 17:32:46 EDT
Reply-To: Dileni Gunewardena <DGUNEWA@AMERICAN.EDU>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: Dileni Gunewardena <DGUNEWA@AMERICAN.EDU>
Organization: The American University
Subject: suppressing print of class values
In the following code, is it possible to suppress the printing of class
values and if so, how? I do need the other information, so I cannot use the
noprint option.
PROC MIXED ;
CLASS SERIALNO UHHID;
MODEL LNWAGE = AGE AGESQ ED1-ED6 /S ;
REPEATED SERIALNO /SUB=UHHID ;
Any suggestions welcome.
Thanks,
Dileni
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Dileni Gunewardena
Dept. of Economics
The American University
Washington DC 20016, USA.
email <dgunewa@american.edu>
|