Announcement

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

  • Recurrent Events - Question about obtaining baseline hazards

    I have a dataset looking at remission and recurrence of Lymphoma in 50 patients

    With the following variables
    radiotherapy (radio)
    chemo (chemo)
    sex (sex)
    event number (event)

    I have set up the PWP-GT model as I want to assume the disease is completely resolved following each event

    stset gap, failure(status)

    stcox radio chemo sex, nolog efron robust cluster(id) strata(event)

    This is all fine, but I want to obtain the baseline survival for each event,

    how do I do this?

    predict bs, basesurv will only give me baseline survival for event 1?

    Thanks

  • #2
    According to the help for stcox postestimation, your predict statement should work. Have you tried it?
    Steve Samuels
    Statistical Consulting
    [email protected]

    Stata 14.2

    Comment

    Working...
    X