Hi all,
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!
Use the TIMELIST option on the PROC LIFETEST statement to control the graph values.
https://documentation.sas.com/?cdcId=pgmsascdc&cdcVersion=9.4_3.4&docsetId=statug&docsetTarget=statu...
@KPCklebspn wrote: Hi all, 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!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
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.
Find more tutorials on the SAS Users YouTube channel.