BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
BlueNose
Quartz | Level 8

Hello all,

I have a simple question, I tried to run the new proc ICLIFETEST and SAS told me it cannot be found. I use SAS 9.4, so I assumed I will have the new proc.

Can you shade some light on the matter ? I would really like to use it for interval censoring problem. I ran instead the MACRO %EMICM but it doesn't give the quartiles estimates, which is what I need actually.

Thanks !

1 ACCEPTED SOLUTION

Accepted Solutions
Amir
PROC Star

Hi,

Looks like SAS/STAT 13.1 in SAS 9.4 TS1M1 is required for ICLIFETEST:

ICLIFETEST

24980 - Nonparametric estimation and comparison of survival curves from interval-censored data

Submitting the following SAS code should tell you what you have licensed:

proc setinit;

run;

Regards,

Amir.

View solution in original post

4 REPLIES 4
Amir
PROC Star

Hi,

Looks like SAS/STAT 13.1 in SAS 9.4 TS1M1 is required for ICLIFETEST:

ICLIFETEST

24980 - Nonparametric estimation and comparison of survival curves from interval-censored data

Submitting the following SAS code should tell you what you have licensed:

proc setinit;

run;

Regards,

Amir.

BlueNose
Quartz | Level 8

Hi,

I have SAS 9.4 TS 1M0.

I didn't realize there are sub-versions, thought I was up to date :smileyshocked:

Amir
PROC Star

Hi,

One of the links I sent contained the following note saying "added to the ICLIFETEST procedure", possibly implying it already existed(?)

NOTE: Beginning with SAS/STAT 13.1 in SAS 9.4 TS1M1, the functionality of these macros has been updated and added to the ICLIFETEST procedure. For details, see the ICLIFETEST documentation.

Might be worth getting in touch with SAS Technical Support.

Just to eliminate the obvious, you did spell it correctly didn't you?

Regards,

Amir.

BlueNose
Quartz | Level 8

I believe I did, I think I used COPY+PASTE on this one.

You are right, it does say "Added", so it should be there, weird...it should belong to SAS/STAT so it must be installed.

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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
  • 4 replies
  • 1167 views
  • 0 likes
  • 2 in conversation