Solved – Interaction in Survival analysis

cox-modelinteractionsurvival

I am a physician and clearly not a statistician (I try to understand why and how to perform the right analysis, but I don't understand the formulas). I am using SPSS v.19 in analyzing my data.
I try to analyze if a biomarker is associated with an increased mortality risk in a subpopulation from my study and I don't know if my analysis is correctly performed.

This the result (part of it) for the entire population:
enter image description here

This is for the one of the subgroups:
enter image description here

This is for the other subgroup:
enter image description here

In this situation, I wanted to see if the association with the mortality risk in the second group was truly significant and I performed a Cox survival analysis with an interaction term: Biomarker value*LOT_1:
enter image description here

Is this analysis correct? And if it is, from this output I should understand that there is no statistically significant association with mortality for the studied biomarker in the second subgroup (no difference for this association in between the two subgroups)?
Thank you.

LE: This is the output including also the main effect of LOT_1.
enter image description here

Best Answer

You should almost never include an interaction without both main effects.

In your final table, the interaction and the LOT variable are highly significant and Biomarker is not sig and is also small.

In summary, this means that Biomarker has little effect when LOT1 = 0 (which would be that it is the other lot) but has more of an effect when LOT1 = 1.

(The above assumes that LOT1 is coded 0-1)