Skip to content

hazard ratio of interaction Cox model

2 messages · Giulia Barbati, Frank E Harrell Jr

#
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