I am doing an individual participant data (IPD) meta-analysis on recurrent time-to-event data, i.e. multiple failure-time survival data, as described here
HTML Code:
https://www.stata.com/support/faqs/statistics/multiple-failure-time-data/#cond1/
The failures are ordered, and a variable identifies the failure risk group for each time span.
Here is my syntax using Stata v17.0 : 1) stset 2) stcox with the option "strata()" which identifies the order of an event and "robust"
Code:
stset tstop, fail(fail) exit(time .) id(p_id) enter(tstart) stcox treatment age i.study i.site, robust strata(event) nolog
Also, I tried to run stmixed, but only got error messages.
Array
Array
Array
Thank you for your help,
Carole
0 Response to stmixed for recurrent time-to-event data
Post a Comment