Hi,
I want to plot hazard ratios with 95% CI obtained from lincom command after performing stcox regression.
a, b and c are categorical variables
stcox i.a i.b i.c
The plot that I will like to obtain will look like this:

Situation 1 will be the result from the hr obtained from: lincom 0.a + 0.b + 0.c, hr
Situation 2 will be the result from the hr obtained from: lincom 0.a + 0.b + 1.c, hr
Situation 3 will be the result from the hr obtained from: lincom 0.a + 1.b + 1.c, hr
Situation 4 will be the result from the hr obtained from: lincom 1.a + 1.b + 1.c, hr
Thank you very much
I want to plot hazard ratios with 95% CI obtained from lincom command after performing stcox regression.
a, b and c are categorical variables
stcox i.a i.b i.c
The plot that I will like to obtain will look like this:
Situation 1 will be the result from the hr obtained from: lincom 0.a + 0.b + 0.c, hr
Situation 2 will be the result from the hr obtained from: lincom 0.a + 0.b + 1.c, hr
Situation 3 will be the result from the hr obtained from: lincom 0.a + 1.b + 1.c, hr
Situation 4 will be the result from the hr obtained from: lincom 1.a + 1.b + 1.c, hr
Thank you very much
Comment