BookmarkSubscribeRSS Feed
rmn0008
Fluorite | Level 6

Hi, all. 

 

If I don't specify the adjust in the lsmeans, what will be the standard?

 

PROC GLIMMIX data = SOY plots = residualpanel;
class TRT;
model KGHA = TRT / ddfm = satterth;
lsmeans TRT / lines adjust = Tukey;
run;

 

 

PROC GLIMMIX data = SOY plots = residualpanel;
class TRT;
model KGHA = TRT / ddfm = satterth;
lsmeans TRT / lines;
run;

3 REPLIES 3
PaigeMiller
Diamond | Level 26

I believe that with ADJUST= you get the multiple comparison test that is specified. If you leave ADJUST= out, the comparisons are not based upon multiple comparisons, so it would use the estimate of error produced by the model for each comparison (which is not adjusted because of multiple comparisons).

--
Paige Miller
Rick_SAS
SAS Super FREQ

Paige is correct. I will add that unadjusted CIs are "wrong" in the sense that the true confidence level can be much less than the nominal level. For example, an unadjusted "95% CI" might only cover the true population mean in 87% of random samples.

rmn0008
Fluorite | Level 6

Okay, thank you very much!

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 967 views
  • 4 likes
  • 3 in conversation