Hi,
Is there any way to get a table under the survival curve that lists not only the number at risk but also the number of events at each time point?
Details.
Like which procedure you are using and options. A good idea would be to post the code you are currently using.
When it comes to customized graphics you may need to create data from the procedure and use a one of the graphic procedures to add details.
This is the code. It gives me the number at risk but not the number of events
proc lifetest data=data.data atrisk plots=survival(atrisk cb) outs=out;
strata class ;
time time*status(0);
run;
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.