Hi all,
Does anyone know how to get x-year cumulative incidence rate for each group of disease instead of individual like in the SAS example below:
proc print data=Out1(where=(Disease=1)); title 'CIFs Estimates and 95% Confidence limits for the ALL Group'; run;
SAS Help Center: Analysis of Competing-Risks Data
I would like to make the figure like this:
Thank you!
It would be nice if you told us how it was "Done".
SteveDenham
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.