Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Test differences in survival curves after stcurve

    Hello,

    I am running a survival analysis using using an AFT Weibull model. The command I run is the following:

    Code:
    streg i.edu34 i.educ34_pa i.birthc, dist(weibulll) vce(cluster id)
    From this command, I calculate the curves at certain levels of edu34 and edu34_pa:

    Code:
     stcurve, at(edu34=(1 3) edu34_pa=(1 3) birthc=1)
    I end up with 4 survival curves for each combination of edu34 and edu34_pa.

    I would like to test the differences between the four curves through a formal test. However, I cannot find a command that could test for control-adjusted curves, as it seems that the sts test is for unadjusted models only.

    I would like to know whether someone knows this possibility exists either in Stata official commands or user-written ones.

    Thank you.

    Lydia
Working...
X