Let's assume that my Cox regression model has two binary variables (coded 0/1) x1 and x2, their interaction term x1##x2, and a continuous variable x3 that has a range of 50 to 100:
Is my understanding correct that the hazard ratio calculated by lincom corresponds to the x3 (continuous) variable set to 0 (zero), which is outside of the possible range? And in general, any variable not included in the -lincom- but included in the Cox model, is assumed to be 0 (zero)?
Code:
stcox i.x1##i.x2 x3, base lincom 1.x1 + 1.x1#1.x2

Comment