BookmarkSubscribeRSS Feed
spaul33
Calcite | Level 5

I am getting different visuals of output for tukeys pairwise comparison ?

 

When I am using the following code:
proc glm data=mydata;
class tlr;
model tlr_val=tlr;
means tlr / tukey;
run;

output :

spaul33_1-1683838451834.png

 

spaul33_0-1683838396938.png

 

When I am using the following code:
proc glm data=mydata1;
class tlr;
model tlr_val=tlr;
means tlr / tukey;
run;

output :

spaul33_2-1683838550035.pngspaul33_3-1683838569269.png

 

See the differences in output format of tukeys test. 

Not understanding why is it ?

 

 

 

1 REPLY 1
jiltao
SAS Super FREQ

You would need to turn on the ODS Graphics to get the LINES plot. The second output might be from when the ODS Graphics is turned off. This note has more detailed information about this --

http://support.sas.com/kb/63810

 

Hope this helps,

Jill

 

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 892 views
  • 3 likes
  • 2 in conversation