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
Impulse response functions for threshold ARmaX ModelsI have an ARmaX model that I need to estimate using threshold regressions (i.e "threshold" command )…
setstars function using asdocDear Statalist Users, I am using the wonderful installation package asdoc and I am very grateful, t…
cumulative sum betwee 1 and 2?Dear All, I find this question here (in Chinese). The data set is: Code: * Example generated by -da…
Random effects term for mother - help with some codeHi, I'm using inverse probability treatment weighting for the propensity for vaccination, followed b…
Line graph for frequency distribution by categorical variableHi Statalist, I would like to create a line graph showing frequency (percent) distribution of a giv…
Subscribe to:
Post Comments (Atom)
0 Response to Interpretation of Competing Risk with stcrreg
Post a Comment