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;
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.
Sorry. If you mean estimate parameter and P value explanation. I think they both are common.
Thanks for your help, Xia!
James
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.
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.