Skip to content
Prev 132346 / 398506 Next

hazard ratio of interaction Cox model

Giulia Barbati wrote:
The 'hazard ratio of the interaction' is not well defined.  Decide what 
hazard ratio you want to estimate, then ask summary to compute that, e.g.

summary(modINT, XX_PR=c(1,3), XX_DISF=2)

will estimate the 3:1 XX_PR hazard ratio at XX_DISF=2

Frank Harrell