BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
ARC2
Fluorite | Level 6

https://support.sas.com/documentation/cdl/en/grstatproc/62603/HTML/default/viewer.htm#vbox-stmt.htm

 

The diagram says the upper and lower fences (I think that is word for the T shaped things on the whiskers) are the min and max, how can that be if there are outliers, numbers above and below these?  If they are not the max and min, what are they?

 

1 ACCEPTED SOLUTION

Accepted Solutions
ballardw
Super User

The Max and Min shown represent the largest or smallest value that appears outside the IQR but greater (less for the lower) than 1.5*IQR plus the boundary (Q3 or Q1).

 

If the IQR value (Q3-Q1) is 10, and Q3 is 25 then the largest actual value that appears in the data between 25 and 40 ( 25 +(1.5*10) = 40 )would get the fence for the Max side.

 

And you may want to start making sure you are using a later Documentation reference. Lots of stuff added in some places since version 9.2.

View solution in original post

1 REPLY 1
ballardw
Super User

The Max and Min shown represent the largest or smallest value that appears outside the IQR but greater (less for the lower) than 1.5*IQR plus the boundary (Q3 or Q1).

 

If the IQR value (Q3-Q1) is 10, and Q3 is 25 then the largest actual value that appears in the data between 25 and 40 ( 25 +(1.5*10) = 40 )would get the fence for the Max side.

 

And you may want to start making sure you are using a later Documentation reference. Lots of stuff added in some places since version 9.2.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 1 reply
  • 928 views
  • 1 like
  • 2 in conversation