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 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.

YouTube LinkedIn

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