BookmarkSubscribeRSS Feed
sasusertoronto
Calcite | Level 5

I'm running a Fine & Gray Competing Risk Regression,  I'm trying to establish the baseline hazard at time (t).  Using the baseline function I'm able to get SAS to model the CIF for a baseline patient which is exactly what I want.

 

However, I need the actual numeric value of the CIF for a time (t), not the curve of CIF for all times.  Is there a way to get SAS to report the value for CIF at a specific time?

 

Thanks

3 REPLIES 3
Reeza
Super User

Capture the CIF data to a an output table and you should be able to get the time point you're interested in. 

If you need further help post what you've tried and explain what doesn't work.

 


@sasusertoronto wrote:

I'm running a Fine & Gray Competing Risk Regression,  I'm trying to establish the baseline hazard at time (t).  Using the baseline function I'm able to get SAS to model the CIF for a baseline patient which is exactly what I want.

 

However, I need the actual numeric value of the CIF for a time (t), not the curve of CIF for all times.  Is there a way to get SAS to report the value for CIF at a specific time?

 

Thanks


 

sasusertoronto
Calcite | Level 5

Thanks for your help..

 

I'm having trouble getting the output table I need.. Here's what I'm running:

 

proc phreg data=xx plots=cif;

      class ... ;

      model survival*status(0)= ... / rl=both eventcode=1;

      output out=outtable cif=cif;

run;

 

proc freq data=outtable;

      table cif;

run;

 

The results give me a plot of CIF with the y-axis labelled "Probability" and the x-axis labelled "Survival", and my CIF table.

 

Unfortunately I get a table of CIF values and the corresponding frequency and cumulative frequency, but not the CIF at a specific survival time.

 

Any advice for now I can get a table that reports the CIF values with their corresponding times?

 

Thanks

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 1003 views
  • 0 likes
  • 2 in conversation