I'm new to using competing risk analysis and want to make sure I'm interpreting and using it correctly (given that I'm getting good result, I don't want to be mis-representing the data)
I am trying to use a competing risk (Stcrreg) analysis for an intervention in a clinical study. I am interested in the first 48 hours after randomization. I’ve coded my desired outcome as event=0 and have two competing risk events (event=2, precluding any further possibility of the desired outcome; event=1, impeding the desired outcome). So, if one group has the intervention (=1) and the other group does not get the intervention (=0) can I interpret the subhazard ratio as the probability of experiencing the desired outcome during the time period for the events coded?
Code:
stset time, failure(event==0)
stcrreg intervention, compete(event==1 2)
I come up with SHR = 2.997 (95% CI 1.46 – 6.15)
Is it correct to say that the probability of the desired outcome is 3 times more likely during the first 48 hours with the intervention?
Related Posts with Interpretation of Competing Risk with stcrreg
Is forvalues inconsistently inclusive?Is this behavior inconsistent or am I missing something? Code: . forv x = 0(0.05)1{ 2. d…
How to match questionnaire updates with the shortest interval to a fixed date.Dear Statalist, I just want to check if this is ok or if there is a more elegant way to tidy up a m…
How to overlay distribution of participants responses for a certain survey question?Dear Statalist, I hope you are well. I got this comment (Distribution of ‘i’ more extreme for micr…
How to draw a vertical graph with a list of coefficients and confident intervalToday I found a very nice way to present our result by using the vertical line with the coefficients…
Using label names in loop to export to excelHi, My objective is to create separate excel files for each potential value of a string variable ca…
Subscribe to:
Post Comments (Atom)
0 Response to Interpretation of Competing Risk with stcrreg
Post a Comment