Hello,
I have developed a CIF for my population under the assumption of competing risks with the code:
And plotted the the CIF and the 1-KM on the graph.
When using a single population without a comparator, is there a way to calculate/estimate the risk of the event at a specific time point? Ex. The event-specific risk within 6-months.
Without having a comparator group the streg options (to my knowledge) won't let me proceed with a null model. Are there other options for a competing risks CIF?
I have developed a CIF for my population under the assumption of competing risks with the code:
Code:
stset time, fail(status==1) id(id) stcompet cuminc=ci, compet(1)
When using a single population without a comparator, is there a way to calculate/estimate the risk of the event at a specific time point? Ex. The event-specific risk within 6-months.
Without having a comparator group the streg options (to my knowledge) won't let me proceed with a null model. Are there other options for a competing risks CIF?