LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (June 2007, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 22 Jun 2007 11:33:34 -0700
Reply-To:   monal kohli <k_monal_99@YAHOO.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   monal kohli <k_monal_99@YAHOO.COM>
Subject:   Help with Survival Analysis Censoring
Content-Type:   text/plain; charset=ascii

Hi all,

May be one of the statisticians can help me understand this.

I am trying to perform a survival analysis.I am totally new to this so forgive me if I say sthng wrong here.

I have a set of data with subjects having a time for when the event occured.Since the event should occur all of them are censored as 0.

When I run lifetest ,I still get 3 subjects which are censored in censored summary.This is where I am confused because all the subjects had a time to event value and they were not censored as "0".

proc lifetest data=pp ; time time_event*Censored(0); strata trtgrp ; run;

Can someone provide some insight on why the censored summary is showing ppl who are censored when actually there is noone censored.

TIA Mona

____________________________________________________________________________________ Shape Yahoo! in your own image. Join our Network Research Panel today! http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7


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