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.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.
Ready to level-up your skills? Choose your own adventure.