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

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

Register now!

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
  • 1988 views
  • 0 likes
  • 2 in conversation