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.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 622 views
  • 1 like
  • 2 in conversation