BookmarkSubscribeRSS Feed
sasrules
Fluorite | Level 6

Hi All,

 

I am trying to print 14 survival plots on the same page using PROC LIFETEST.  I could use another procedure if anyone has any suggestions.  Please see the example code below.  I would like a plot for each level of "group" (group has 14 levels).  But, I want them all on the same page rather than one per page. There seem to be many examples of how to do this using PROC GPLOT, but not for a procedure like PROC LIFETEST.

 

Thanks in advance for any help!

Anna

 

proc lifetest data=testdata plots=survival;
by group;
time surtim * surind(0);
strata ethnicity;
run;

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 0 replies
  • 673 views
  • 0 likes
  • 1 in conversation