Good evening,
In the last two days I'm dealing with "Cumulative incidence estimation in the presence of competing risks", but I'm having a hard time figuring it out.
I found some codes in STATA but still, I have some problems with the interpretation of the data.
-stset timecompetingAGVHD, f( statuscompetingAGVHD==1) scale(1)
- stcompet CIF1 = ci , compet1(2) compet2(3)
statuscompetingAGVHD AGVHD status competing
---------------------------------------------------------------------------------------------------------------------------------------------------
type: numeric (byte)
label: statuscompetingAGVHD
range: [1,3] units: 1
unique values: 3 missing .: 0/99
tabulation: Freq. Numeric Label
22 1 AGVHD
7 2 Death
70 3 None
It's a population of children underwent a transplant. I need to calculate the incidence of some complication but we have to deal with patients who died before the event could even happen.
- So if I do the straight % is not correct data. In theory, I should exclude (censored?) those who died before the end of the follow-up time, is that correct? Or do I have to exclude those who did not have any event?
- If I did something correct with the codes, at the end, I still do not understand how to interpret them, because STATA gives me a value of cumulative incidence per single patient, but I want the overall cumulative incidence or by group.
Thanks in advance for your help.
Vittorio
Related Posts with Cumulative incidence estimation in the presence of competing risks
Dropping duplicates takes more that 24 hr.Dear stata forum, I am quite new to Stata and I ran into an issue. I have panel data with quarterly…
Generating Mean Values for a variable based on 2 conditions in Panel DataHi, I have panel data of150+ companies for the years 2001-19. I have divided these years between pr…
MI for MAR Panel DataHello, I am hoping someone might be able to point me to code that would allow me to perform multipl…
If condition with loopsHi, I would like to fill out the out of sample stock returns based on factor values (LogSize DY MOM…
Out of sample calculationsHello, I am looking for a solution to expand my matrices in Mata for some out of sample calculation…
Subscribe to:
Post Comments (Atom)
0 Response to Cumulative incidence estimation in the presence of competing risks
Post a Comment