Awesome! Thank you so much. I tried adding it to the LSMEANS statement (as below) but it would not run. Can you make any suggestions to this code? Thank you!! proc mixed; class trt ID; model logng=trt; lsmeans trt/adjust=tukey plots=diffogram; run;
... View more