I am using SAS9.3, but I got this error message "Procedure GEE not found." after I ran Proc GEE.
What is the problem?
Run the following to confirm your SAS/STAT version.
proc product_status;run;
GEE is experimental in SAS/STAT 13.2 so my guess is your version is too old.
Upgrades are included in your annual license.
This is what I have after running the code
For Base SAS Software ...
Custom version information: 9.3
Image version information: 9.03.01M0P052511
For SAS/STAT ...
Custom version information: 9.3
So, yes, your version of SAS does not support the GEE procedure.
If an upgrade is an option, consider upgrading.
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
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.