Hi,
Could anyone guide me how to make a KM plot where Y axis is the median value like an example attached.
Thanks!
@sfo wrote:
Hi,
Could anyone guide me how to make a KM plot where Y axis is the median value like an example attached.
Thanks!
That looks like a standard line plot, not a KM.
Either way, PROC LIFETEST will generate the data and you may need to use the outputted data to make your graph.
Thanks for the reply.
I am using this
proc lifetest data=mydata plots=survival(atrisk) outtest=Test ;
but Test data doesn't give the median concentration for each timepoint. Could you let me know the syntax please.
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.