BookmarkSubscribeRSS Feed
data_null__
Jade | Level 19

I can use the E option on the LSMEANS statement to get the coefficients for the effect but I would also like to get the coefficients for the differences.  I know I can use programming to compute the coefficients for the differences but I think SAS already knows that.

 

 

proc mixed data=sashelp.class;
   class sex;
   model age = sex;
   lsmeans sex / e diff;
   run;

Capture.PNG

1 REPLY 1
SteveDenham
Jade | Level 19

Huh.  It's not there.  Thirty minutes of searching options, and it's not there.  And I can see where it would really be nice for the options ANOM and CONTROL.  Definitely a SAS ballot item.

 

Steve Denham

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore 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
  • 1 reply
  • 2458 views
  • 0 likes
  • 2 in conversation