LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 2006, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 23 Jan 2006 12:53:11 -0500
Reply-To:     Kijoeng Nam <kijoeng@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Kijoeng Nam <kijoeng@GMAIL.COM>
Subject:      SAS program help ~!!
Content-Type: text/plain; charset=ISO-8859-1

Question : In this sas code, AA is corelated, how can I give option ?

proc glm data= KKDglm; *standard , AA : classification effect : fixed effect; class standard AA; * four repeated measures variables : left side; model BKKD F1_KKD F2_KKD F3_KKD = standard AA repeated time 4 ( 0 8 20 32 ) ; run;

Thanks in advance


Back to: Top of message | Previous page | Main SAS-L page