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
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
Comment