I have made curve with code below, but I'd like the x axis to stop at 365d. How do I do this?
proc lifetest data = hhc5 plots=survival(failure); time surv*poshc(0); run;
Thx!
The 2025 SAS Hackathon Kicks Off on June 11!
Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.
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.