In the Stata manual, there is an example of using the -stcurve- command after fitting a Cox regression model with one continuous (age) and one binary (drug) variable:
The note below it states, "Note: function evaluated at overall means of covariates."
What does "mean" of the binary (0.1) variable drug mean?
Thanks,
Andrzej
Code:
stcurve, survival
What does "mean" of the binary (0.1) variable drug mean?
Thanks,
Andrzej

Comment