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
Using and interpreting coefficients of categorical variables in Probit Marginal AnalysisI am writing my bachelor's thesis that aims to investigate how a liberal outlook affects one's incom…
Using Tabout with Categorical and Metric VariablesDear all, I am sorry if this question has been asked before but I ran into a dead-end with a projec…
Generating count variable for observations per yearI have the following (simplified) dataset Person_ID Fiscal_Year 101 2015 101 2015 101 2016…
T-TEST interpretationI’m testing the significance of a predictor through a t-test, after having made an univariate analys…
Including blank cells in regression analysisHi all, I am doing an mixed regression analysis looking at protein intake and want to include sociod…
Subscribe to:
Post Comments (Atom)
0 Response to Interpreting HR and use of stcrreg command in stata 15.1
Post a Comment