BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
ammarhm
Lapis Lazuli | Level 10

Hi everyone, 

Could anyone suggest what to do to estimate median (or mean) survival time when less than 50% of observations fail?

One example is to do the following:

 

proc lifetest data=have nelson;
time time*event(0);
run;

This will give the estimated mean (and standard error) survival time

-Is there an easy way to get 95% CI (instead of manually calculating that from SE)

- Is there another or preferred way of getting e3stimated median/ mean survival time? I read that you could use proc lifereg but not sure how to get survival time from that?

Thanks 

1 ACCEPTED SOLUTION

Accepted Solutions
sbxkoenk
SAS Super FREQ

Hello,

 

When not enough events occur, the median can be inestimable.

I seem to remember though that this question was asked before with satisfying answer, but cannot find it anymore.

 

But maybe you can use an alternative measure : RMST .

The restricted mean survival time (RMST), sometimes called the restricted mean event time, is an alternative measure
that is more often reliably estimable than the mean and median of the event time in certain situations. 

 

See this paper :

SAS Global Forum Proceedings -- Paper SAS3013-2019
Analyzing Restricted Mean Survival Time Using SAS/STAT®
Changbin Guo and Yu Liang, SAS Institute Inc., Cary, NC
https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2019/3013-2019.pdf

 

Koen

View solution in original post

1 REPLY 1
sbxkoenk
SAS Super FREQ

Hello,

 

When not enough events occur, the median can be inestimable.

I seem to remember though that this question was asked before with satisfying answer, but cannot find it anymore.

 

But maybe you can use an alternative measure : RMST .

The restricted mean survival time (RMST), sometimes called the restricted mean event time, is an alternative measure
that is more often reliably estimable than the mean and median of the event time in certain situations. 

 

See this paper :

SAS Global Forum Proceedings -- Paper SAS3013-2019
Analyzing Restricted Mean Survival Time Using SAS/STAT®
Changbin Guo and Yu Liang, SAS Institute Inc., Cary, NC
https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2019/3013-2019.pdf

 

Koen

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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
  • 1329 views
  • 1 like
  • 2 in conversation