Hi all,
Apologies if this is very simple.
I'm trying to run a recurring-event survival analysis using panel data. I used to following code for my stset:
stset time, id(participantid) failure(event=1)
time = the number of days of follow-up (between 1-3000)
event = an indicator of whether or not the observation was an event of interest
Once I do this, Stata informs me of the number of subjects and the number of failures in single-failure-per-subject data, and adds _st _d _t & _t0 to my variable list.
My issue (at least, I think it's an issue), is for every observation is the second or upward event for any given participant has an _st value of 0, and a missing value for each of _d _t & _t0. Does this mean these observations are not included in my analyses? How do I set up my stset correctly to ensure I'm capturing these observations?
Thanks in advance,
Alexander
Related Posts with Using stset for recurring event analysis
Painel dataHi I'm with a doubt when I do a painel data. The estimations of my B's in re and fe aren't differen…
Can I control for covariates with a pca analysis?I am performing a principle component analysis with the between subject variable of fall status (non…
summarizing multiple variables for each observation -- ties broken randomlyI have 16 variables, each is continuous with values ranging from 0 to 10. I want to reduce it to a s…
ologit or melogit or just regress?I have a continuous variable 90-day death rate at the hospital level. In the database, there are 100…
dependent variable spanning many columns in esttabHello everyone. I am using esttab to make a table (in .tex) in which I have several columns in a row…
Subscribe to:
Post Comments (Atom)
0 Response to Using stset for recurring event analysis
Post a Comment