BookmarkSubscribeRSS Feed
Gib
Fluorite | Level 6 Gib
Fluorite | Level 6

Hi,

I have a data with the Time and Survival variables. I am wondering how I can calculate the 95% confidence interval of the Survival probabilities. I found this in Excel ( http://www.real-statistics.com/survival-analysis/kaplan-meier-procedure/confidence-interval-for-the-...), but I am curious if it can be done with SAS in an easier way?

My data looks like this:

 

Time Survival
0 1
1 0.99212
2 0.93231
3 0.91655
4 0.96456

 

 

Thanks,
gib

1 REPLY 1
Reeza
Super User

If you're using PROC LIFETEST then you can use the SURVOUT option on PROC LIFETEST. This will output a dataset with the KM estimates and the confidence intervals. There's similar options if you're using LIFEREG or PHREG procedures.

 

 

http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_lifetest_det...

 


@Gib wrote:

Hi,

I have a data with the Time and Survival variables. I am wondering how I can calculate the 95% confidence interval of the Survival probabilities. I found this in Excel ( http://www.real-statistics.com/survival-analysis/kaplan-meier-procedure/confidence-interval-for-the-...), but I am curious if it can be done with SAS in an easier way?

My data looks like this:

 

Time Survival
0 1
1 0.99212
2 0.93231
3 0.91655
4 0.96456

 

 

Thanks,
gib


 

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!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 1 reply
  • 1478 views
  • 0 likes
  • 2 in conversation