BookmarkSubscribeRSS Feed
KPCklebspn
Obsidian | Level 7

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!

1 REPLY 1
Reeza
Super User

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!


 

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
What is ANOVA?

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.

Discussion stats
  • 1 reply
  • 472 views
  • 2 likes
  • 2 in conversation