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
Dot plot for two categorical variablesHello, I have the following dataset: clear input str1 item year1 year2 year3 year4 year5 "A" 1 0 0 …
Difference-in-Difference analysis after PSMDear statalist, I need your help. I am doing a job that consists in evaluating how the issue of a sp…
How to compute the right eigenvectors from a matrix Ahey everyone, i'm completely new to stata and mata as well, thats why i'm asking a probably trivial…
Frequency Matching in a retrospective cohort: output and matching for follow up timeHello, I have a retrospective cohort of 145000 subjects. My exposed group has 526 subjects, and I wo…
Exporting odds ratios, confidence intervals, and p-values from multiple logistic regression models using filewriteDear Stata users, I am having trouble with exporting odds ratios, confidence intervals and p-values…
Subscribe to:
Post Comments (Atom)
0 Response to Interpreting HR and use of stcrreg command in stata 15.1
Post a Comment