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
Treatment effect significant for a subpopulation?We analyse the effect of a policy change in soccer on the incidence of injuries. Due to our theoreti…
Sign change from margins dydx to margins dyex ?Hello everyone, I am running a logit model in which I try to forecast insolvency. The coefficients …
graph combine / grc1leg question: How to get one axis title for alle subgraphs?Hello everybody, I have a queation about graph combine, or in my specific case grc1leg, but since t…
Deseasonalize dataHi all, Hope everything's fine on your side! I have a dataset having as inputs: the id of products,…
Changing x-axis from days into years on kaplan meierDear Stata community, Thank you for all your help so far. I am doing some KM analysis for my study…
Subscribe to:
Post Comments (Atom)
0 Response to Cumulative incidence estimation in the presence of competing risks
Post a Comment