BookmarkSubscribeRSS Feed
JWO
Calcite | Level 5 JWO
Calcite | Level 5

Would the estimates produced by the following GENMOD code be interpreted in the same manner as OLS regression estimates?  Thank you.

 

Proc genmod data=xyz plots=all;

class a;

Model b=c d e f/d=normal;

Repeated subject=a/corrw type=exch;

run;

3 REPLIES 3
Ksharp
Super User
NO. You can't . you are doing GEE model which extend GLM into Logitude data 
which is more like MIXED model.

Check documentation of PROC GEE and see how to interpret the output. 

Ksharp
Super User
Sorry. If you mean estimate parameter and P value explanation. 
I think they both are common.

JWO
Calcite | Level 5 JWO
Calcite | Level 5

Thanks for your help, Xia!

 

James

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

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 2183 views
  • 0 likes
  • 2 in conversation