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 (November 2004, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 3 Nov 2004 22:56:49 -0600
Reply-To:     Duck-Hye Yang <dyang@CHAPINHALL.ORG>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Duck-Hye Yang <dyang@CHAPINHALL.ORG>
Subject:      Phreg: Time-dependent repeated measurements
Comments: To: SAS-L@LISTSERV.VT.EDU
Content-Type: text/plain; charset=US-ASCII

Hello,

I borrowed the following code from SAS Stat document: Example 49.5 Time-dependent repeated measurements.

---------------------------- proc phreg data=Tumor1; model (T1,T2)*Status(0)=Dose NPap; output out=Out1 resmart=mart dfbeta=db1-db2/order=data; id ID Time Dead; run; -----------------------------

Could you please explain what the last line (id ID Time Dead;) does? Will deleting the line generate different results?

Thanks, Duckhye Yang


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