<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Boxplots With Varying Endpoints, Boundaries, Fences, or Percentiles in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Boxplots-With-Varying-Endpoints-Boundaries-Fences-or-Percentiles/m-p/155133#M5785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WHISKERPCT is also supported by SGPLOT with SAS 9.4M2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With earlier releases, we have used HighLow plot do do the same:&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2013/03/24/custom-box-plots/" title="http://blogs.sas.com/content/graphicallyspeaking/2013/03/24/custom-box-plots/"&gt;http://blogs.sas.com/content/graphicallyspeaking/2013/03/24/custom-box-plots/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2015 14:55:49 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2015-02-05T14:55:49Z</dc:date>
    <item>
      <title>Boxplots With Varying Endpoints, Boundaries, Fences, or Percentiles</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Boxplots-With-Varying-Endpoints-Boundaries-Fences-or-Percentiles/m-p/155131#M5783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I am about to start studying the code for building boxplots with SAS. I noticed there are many ways or procedures to build them. Which one is best for the following?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to do a box plot for 10 groups of data, side-by-side. I thijnk that will be easy enough. I am not really interested in the fanciness of the graphics, but I am sure that will come in time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also wish to vary the end points for my whiskers or outliers. For example, I believe the standard box plot pushes the outer fences to 1.5 X the IQR. I would like the option of seeing the data at 2 X IQR range or 3 X IQR as well. Or, maybe perhaps specify the percentiles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 14:23:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Boxplots-With-Varying-Endpoints-Boundaries-Fences-or-Percentiles/m-p/155131#M5783</guid>
      <dc:creator>Zachary</dc:creator>
      <dc:date>2015-02-05T14:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Boxplots With Varying Endpoints, Boundaries, Fences, or Percentiles</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Boxplots-With-Varying-Endpoints-Boundaries-Fences-or-Percentiles/m-p/155132#M5784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to customize it use GTL with WHISKERPERCENTILE which is an option in SAS 9.4 at least. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure about 2XIQR or 3XIQR. Would also have to be careful that wasn't over the max/min of the data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 14:36:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Boxplots-With-Varying-Endpoints-Boundaries-Fences-or-Percentiles/m-p/155132#M5784</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-02-05T14:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Boxplots With Varying Endpoints, Boundaries, Fences, or Percentiles</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Boxplots-With-Varying-Endpoints-Boundaries-Fences-or-Percentiles/m-p/155133#M5785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WHISKERPCT is also supported by SGPLOT with SAS 9.4M2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With earlier releases, we have used HighLow plot do do the same:&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2013/03/24/custom-box-plots/" title="http://blogs.sas.com/content/graphicallyspeaking/2013/03/24/custom-box-plots/"&gt;http://blogs.sas.com/content/graphicallyspeaking/2013/03/24/custom-box-plots/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 14:55:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Boxplots-With-Varying-Endpoints-Boundaries-Fences-or-Percentiles/m-p/155133#M5785</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-02-05T14:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Boxplots With Varying Endpoints, Boundaries, Fences, or Percentiles</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Boxplots-With-Varying-Endpoints-Boundaries-Fences-or-Percentiles/m-p/155134#M5786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is great information from both of you guys! Thank you so much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the problem I am dealing with is my scatterplots are skewed in a major way. Wihin each of the 10 categories the majority of the points are zero - no longer thinking boxplots would be terribly conducive to understanding such a skewed distribution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other suggestions to graphically see what is going on in a snapshot? If I were to just send out my percentiles an example for one of my categories could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P1 0&lt;/P&gt;&lt;P&gt;P5 0&lt;/P&gt;&lt;P&gt;P10 0&lt;/P&gt;&lt;P&gt;P25 0&lt;/P&gt;&lt;P&gt;P50 0&lt;/P&gt;&lt;P&gt;P75 6&lt;/P&gt;&lt;P&gt;P90 22&lt;/P&gt;&lt;P&gt;P95 47&lt;/P&gt;&lt;P&gt;P99 128&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone think of a way to adjust such scatterplots in these situations? Perhaps put a condition in that the value needs to be &amp;gt; 0 - but then I am steering away from the original question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 15:41:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Boxplots-With-Varying-Endpoints-Boundaries-Fences-or-Percentiles/m-p/155134#M5786</guid>
      <dc:creator>Zachary</dc:creator>
      <dc:date>2015-02-05T15:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Boxplots With Varying Endpoints, Boundaries, Fences, or Percentiles</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Boxplots-With-Varying-Endpoints-Boundaries-Fences-or-Percentiles/m-p/155135#M5787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With SAS 9.4M2, you can overlay scatter plot on a BoxPlot.&amp;nbsp; Would that help? &lt;/P&gt;&lt;P&gt;Here, for many observations (chosen randomly), I made mpg_city=missing, and mpg=0 for the same.&lt;/P&gt;&lt;P&gt;Then I plotted a box plot of mpg_city, overlaid with a scatter plot of mpg with JITTER.&lt;/P&gt;&lt;P&gt;Does this help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data cars;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set sashelp.cars;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if ranuni(2) &amp;lt; 0.7 then do;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mpg=0;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mpg_city=.;&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=cars noautolegend;&lt;/P&gt;&lt;P&gt;&amp;nbsp; vbox mpg_city / category=type;&lt;/P&gt;&lt;P&gt;&amp;nbsp; scatter x=type y=mpg / jitter;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Box_Scatter.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/9058_Box_Scatter.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 17:08:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Boxplots-With-Varying-Endpoints-Boundaries-Fences-or-Percentiles/m-p/155135#M5787</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-02-06T17:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Boxplots With Varying Endpoints, Boundaries, Fences, or Percentiles</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Boxplots-With-Varying-Endpoints-Boundaries-Fences-or-Percentiles/m-p/155136#M5788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sanjay. My chart is similar to yours - but my boxes do not show up at all given the quality of the data I am working with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 21:25:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Boxplots-With-Varying-Endpoints-Boundaries-Fences-or-Percentiles/m-p/155136#M5788</guid>
      <dc:creator>Zachary</dc:creator>
      <dc:date>2015-02-06T21:25:11Z</dc:date>
    </item>
  </channel>
</rss>

