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;
... View more