Hi there - I'm trying to understand the use of the strata option with a stcox command.
I'd be interested to hear opinion on the difference between the following, and whether one gives a better estimate of the effect of the exposure than the other.
stcox i.exposure var1 var2 var3
and
stcox i.exposure, strata(var1 var2 var3)
I'd be interested to hear opinion on the difference between the following, and whether one gives a better estimate of the effect of the exposure than the other.
stcox i.exposure var1 var2 var3
and
stcox i.exposure, strata(var1 var2 var3)
Comment