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!


 

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 832 views
  • 2 likes
  • 2 in conversation