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 (September 2005, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 20 Sep 2005 10:15:38 -0400
Reply-To:   liuwensui@gmail.com
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Wensui Liu <liuwensui@GMAIL.COM>
Subject:   Re: Repeated Analysis
Comments:   To: kende jan <kendejan@yahoo.fr>
In-Reply-To:   <20050920140704.15846.qmail@web25404.mail.ukl.yahoo.com>
Content-Type:   text/plain; charset=ISO-8859-1

if you want to keep the data in your structure, then you can use proc glm.

if you can transfer the table in a long shape, you have lot more choice here: proc mixed, proc glimmix, proc genmod, proc tscsreg.

On 9/20/05, kende jan <kendejan@yahoo.fr> wrote: > > Dear All, > > > I want to analyze the relation between two scores (A and B) > measured 5 times out of 100 individuals. > Which is the procedure in SAS to make this analysis? > Thank you > > Jan > > > > here the form of my data > > > > Subject Time1 Time2 Time3 Time4 Time5 > > > > subject1 A1 B1 A2 B2 A3 B3 A4 B4 A5 B5 > > subject1 A1 B1 A2 B2 A3 B3 A4 B4 A5 B5 > > subject1 A1 B1 A2 B2 A3 B3 A4 B4 A5 B5 > > . > > . > > . > > subject100 A1 B1 A2 B2 A3 B3 A4 B4 A5 B5 > > > > > > --------------------------------- > Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger > Téléchargez le ici ! >

-- WenSui Liu (http://statcompute.blogspot.com) Senior Decision Support Analyst Cincinnati Children Hospital Medical Center


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