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
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
|