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?
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.
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.
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!
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.