This is a test version of Biostars. For the public version, visit https://www.biostars.org.
survival analysis question

I have data that has

1) vital status (dead or alive) and 
  2) last day to follow up and 
  3) days to death

in survival analysis in R we have the following formula S1=survfit(Surv(time,status)

my Questions, is time to an event is the days to death?

is the status(censored or not) is the last day to follow up?

and I don't know how to use the vital status here?

I was thinking that vital status can be the status (0=alive,1=death)

but how can I get the time to event from the time to death and last follow up

can anyone correct me if I'm wrong

Thank you

r

1 answer

Hi, please have a look at following post... everything described there in detail..

Survival analysis of TCGA patients integrating gene expression (RNASeq) data

Log in to answer this question.