Hi all,
I have a question about competing outcomes using stcrreg
Status codes for competing events 1 through 5
stset time, fail(status==1)
stcrreg group, compete(status == 2 3 4 5)
How do I generate CIF curves for each of these competing events? And is it possible to do in one figure?
Below is an example of what I am trying to generate:

Thanks in advance for your help!
I have a question about competing outcomes using stcrreg
Status codes for competing events 1 through 5
stset time, fail(status==1)
stcrreg group, compete(status == 2 3 4 5)
How do I generate CIF curves for each of these competing events? And is it possible to do in one figure?
Below is an example of what I am trying to generate:

Thanks in advance for your help!
Comment