BookmarkSubscribeRSS Feed
sbrown999
Calcite | Level 5

Hi, Since July I understand that there may have been an update to Proc lifetest which changes the upper confidence interval. I believe this may have been update on our system a couple of weeks ago.

 

http://support.sas.com/kb/64/617.html

sbrown999_3-1634567486517.png

 

So instead of getting an upper CI my CI is now "NE"

 

 This is the data going into the procedure is below

 

sbrown999_2-1634567218026.png

 

   proc lifetest data=in;

    time pfsm*Cnsr(1) ;

    run;

 

Old version CI (1.9,8.1)

new version CI (NE)

 

Point estimate is 8.11499

I'm not a Statistician so can anyone confirm that the new update is correct ? also is there a way to reproduce the old value?

 

Thanks

 

Stephen

 

 

2 REPLIES 2
OsoGris
SAS Employee
You have referenced the correct SAS Note regarding the quartile upper confidence limits (quartile UCL). There was a Hot Fix in the SAS Note that applied to SAS9.4 (TS1M6) = SAS/STAT 15.1 and is now a part of SAS9.4 (TS1M7) = SAS/STAT 15.2. Typically, after the fix is applied we see that some of the quartile UCL do not actually exist and are missing in the output. I think your current results are correct.
sbrown999
Calcite | Level 5

Thank you for your reply 😊

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