How should I interpret the following interaction term of 2 continuous predictors in the output of a Cox proportional hazards model?
The Hazard ratio for the interaction of X and Y is >1, which means its log (the original coefficient) is 0-1 (~0.16). The individual items have a HR less than one, and coefficients of X= -0.18 and Y=-0.11.
| Variable | HR (s.e.) | p value
-----------------------------------------------------------
1 A (5 points) |0.756 (0.088) | 0.001 |
2 B (5 points) |1.379 (0.11) | 0.001 |
3 X (10 points) |0.837 (0.033) | 0.0011|
4 Y (1 point) |0.895 (0.03) | 0.001|
5 X (10 points)x Y (1 point) |1.016 (0.006) | 0.011 |
The effect of a 10 point increase in X, with Y=0 is to decrease the "death" rate by 16%. The effect of a 1 point increase in Y, with X=0, is to decrease the death rate by 10.5%.
What is the effect of a one-point increase in Y on the effect of a 10-point increase in X on the death rate?
X has a range of 0 to 90. Y has a range of 0 to 10.
With a one-point increase in Y, does the effect of a 10-point increase in X increase from 16% to (16% + 1.6%) = 17.6%, or does it decrease by 1.6% to 14.4%?
Thought I had it straight but now very stuck here.