BookmarkSubscribeRSS Feed
freezingswallow
Calcite | Level 5

Hi SAS professional,

I've just read this webpage about building weighted GEE models with PROC GEE.

The link is:

http://support.sas.com/documentation...e_syntax01.htm

But after I tried the code on my local computer (both SAS 9.3 and 9.4), I found this error message:

67 ods graphics on;

68 proc gee data = midata_new descending plot = histogram;

ERROR: Procedure GEE not found.

69 class id time ctime;

70 missmodel ctime prevy chf / type = obslevel;

71 model y = time age gender hr bmicat chf / dist = bin;

72 repeated subject = ID / within = ctime corr = cs;

73 run;

I could not figure out why this happen. Can anyone help me please?

Very appreciated!



4 REPLIES 4
Reeza
Super User

What SAS/STAT version do you have?

proc product_status;run;

freezingswallow
Calcite | Level 5

Thank you! It said:

For SAS/STAT ....

     Custom version information: 9.3

Reeza
Super User

And the reference you're looking at is for 13.2, so your version is older.

SAS 9.4 may be closer.

My SAS 9.3 is at 12.1 for SAS/STAT so you have an older version too.

Rick_SAS
SAS Super FREQ

PROC GEE was introduced in SAS/STAT 13.2, which was shipped with SAS 9.4m2.

There is some GEE analyses included with the REPEATED statement in PROC GENMOD. Here is an example: SAS/STAT(R) 12.3 User's Guide

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

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 1934 views
  • 0 likes
  • 3 in conversation