BookmarkSubscribeRSS Feed
laurenhosking
Quartz | Level 8

How does one interoperate a blog plot. Mainly I want to know which part shows me the mean. 

5 REPLIES 5
PeterClemmensen
Tourmaline | Level 20

You can do like this. The diamond represents the mean

 

proc sgplot data=sashelp.iris;
   vbox SepalLength / category=Species;
run;

 

laurenhosking
Quartz | Level 8

Is the overall mean the line that goes through the square? I want to compare two means using my boxplot.

seeff
Obsidian | Level 7

The line is the median. The diamond is the mean. 

PeterClemmensen
Tourmaline | Level 20

The line is the median. the diamond is the mean for each group.

 

What is your actual purpose here? To compare two means of groups or to compare group means to overall mean?

laurenhosking
Quartz | Level 8
It’s to compare the means between 2 different groups

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

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 5 replies
  • 1572 views
  • 2 likes
  • 3 in conversation