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 2002, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 18 Nov 2002 08:30:59 -0500
Reply-To:     "Chakravarthy, Venky" <Venky.Chakravarthy@PFIZER.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Chakravarthy, Venky" <Venky.Chakravarthy@PFIZER.COM>
Subject:      Re: PROC LIFETEST
Comments: To: Alex Cavallo <acavallo@LEXECON.COM>
Content-Type: text/plain; charset="iso-8859-1"

For Question number 2, your guess is correct. Use ODS to output the ProductLimitEstimates from LIFETEST. Then use PROC GPLOT with annotate to get the CI placed where you need it. Take a look at Joanne C. Zhou's SUGI 27 paper 231-27. I found this very useful.

__________________________ Venky Chakravarthy E-mail: swovcc@hotmail.com

-----Original Message----- From: Alex Cavallo [mailto:acavallo@LEXECON.COM] Sent: Friday, November 15, 2002 12:33 PM To: SAS-L@LISTSERV.UGA.EDU Subject: PROC LIFETEST

1. How do I redirect graphics output from PROC LIFETEST PLOTS= statement to a postscript file? I tried using FILENAME GSASFILE 'kmsamp ps'; but it did not work.

2. I want to produce KM plots with confidence intervals. I don't see how to do this with LIFETEST. Do I need to output the survival data and then use PROC GPLOT? If so: a. Should I connect the CI lines using the INTERPOL=STEPJ option in the SYMBOL definition? b. What does it mean to have missing CI for a particular point?

Regards,

--Alex Cavallo Lexecon (312) 322-0208 voice (312) 322-0218 fax

LEGAL NOTICE Unless expressly stated otherwise, this message is confidential and may be privileged. It is intended for the addressee(s) only. Access to this E-mail by anyone else is unauthorized. If you are not an addressee, any disclosure or copying of the contents of this E-mail or any action taken (or not taken) in reliance on it is unauthorized and may be unlawful. If you are not an addressee, please inform the sender immediately.


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