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.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.