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
|