Hi there,
I am trying to put three sts graphs into one. There are three different events at follow-up I am interested in, which can be at different time points. I get the survival curves for each event:
Event 1:
Event 2:
Event3:
This gives me three separate KM curves. I would like to get these exact curves all into one graph, not changing/combining anything and if possible labelling them accordingly (ICH on FU, IS on FU and recurrent cSAH on FU). As the event times differ the three time variable cannot be combined. I have checked previous posts and have tried different things including addplot, which didnt work.I have tried using something along the lines of the following posts:
https://www.statalist.org/forums/for...ts-of-the-data
and
https://www.statalist.org/forums/for...-than-combined
I am using stata 15.1.
Thank you very much for any suggestions.
Best,
Isabel
I am trying to put three sts graphs into one. There are three different events at follow-up I am interested in, which can be at different time points. I get the survival curves for each event:
Event 1:
Code:
stset TimetoICH_or_FU_years, failure sts graph
Code:
stset TimetoIS_or_FU_years, failure(IS_FU) sts graph
Code:
stset TimetoreccSAH_or_FU_years, failure(recurrent_cSAH) sts graph
https://www.statalist.org/forums/for...ts-of-the-data
and
https://www.statalist.org/forums/for...-than-combined
I am using stata 15.1.
Thank you very much for any suggestions.
Best,
Isabel
Comment