Hi, I am trying to do a competing risk regression trying to analyse the competing risks between differnent types of dialysis modalities at set time points after starting dialysis.
I have used the following set of commands
stset year1, failure(rrt_y1==1) enter(rrtstart) scale 365.35
stcrreg rrt_base, compete (rrt_y1=2 3 4 5 6 7 8 9)
Year1=date at 1 year post start of dialysis
rrtstart=start date of dialysis
rrt_base= dialysis modality at start of dialysis (9 options but only 4 occur)
rrt_y1=dialysis modality at 1 year post start of dialysis (9 options)
Stata then gives me the output in HR (as asked by me).
My problem is that I dont quite understand how to interpret the HR.
rrt_base
FacHD HR 1
PD HR 0.19
HHD HR 0.15
Tx HR 0.02
I dont know if compared to facHD the risk of PD is 79% less, but I dont think this is right.
I am trying to develop some transitional probabilities with standard errors to populate a markov model.
I would be very grateful for some help.
Related Posts with Interpreting HR and use of stcrreg command in stata 15.1
DateI am trying to generate a date in my work. I am only working with year intermissions between dates f…
Poisson Regression with Hausman Taylor instrumental variables estimatorI have a panel data. The dependent variable is a count variable, so a Poisson regression is more app…
Graph trend time DID xtregDear Stata users, I want to obtain a similar graph, that is commonly used to analyse trends in diffe…
Very high numbers when holding time fixed in regressionHi everyone, I am not sure if this is a coding question or not, but maybe I do something wrong when…
R-sqaured in multilevel analysisHi! For multilevel analysis, do you recommend to use AIC instead of mltrsq (Snijders-Bosker R-Square…
Subscribe to:
Post Comments (Atom)
0 Response to Interpreting HR and use of stcrreg command in stata 15.1
Post a Comment