Hi everyone,
I’ve run a Cox regression model with the following command:
I would like to generate a single plot showing the baseline hazard curves for each stratum (age_group) on the same graph. Normally, I would use:
However, due to the stratification in my model (strata(age_group)), I'm unsure how to produce a combined graph with a separate baseline hazard curve for each stratum.
Is there a way to create this kind of plot?
Thanks in advance
I’ve run a Cox regression model with the following command:
Code:
stcox i.newtime, strata(age_group)
Code:
stcurve, hazard
Is there a way to create this kind of plot?
Thanks in advance
Comment