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.
Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.
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.