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 (February 2005, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 24 Feb 2005 14:54:21 -0500
Reply-To:     Lin Pan <sasuser2005@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Lin Pan <sasuser2005@YAHOO.COM>
Subject:      cumulative incidence curve from survival curve

Hello,

I am trying to plot cumulative incidence estimate against time in SAS with PROC LIFETEST.

proc lifetest data=survival plots=(s); time week*censor(0); strata trt; run;

here I have some missing values.

But all I got is the estimated survival curve from K-M method. Does anyone know how to transfer this curve to the cumulative incidence curve? It looks like someone on this board suggested to use OUTSERV output the estimate and use gplot to play with the new data, I tried but it did not work. Could anybody show in detail how to do it? thanks in advance.

Lin Pan


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