<?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: Histogram based on IQR in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Histogram-based-on-IQR/m-p/479237#M16533</link>
    <description>&lt;P&gt;Meant to say along with the box plots&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jul 2018 19:46:09 GMT</pubDate>
    <dc:creator>simkinm2</dc:creator>
    <dc:date>2018-07-18T19:46:09Z</dc:date>
    <item>
      <title>Histogram based on IQR</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Histogram-based-on-IQR/m-p/479226#M16530</link>
      <description>&lt;P&gt;I'd like to create histograms for about 50 continuous variables with bins based on the &amp;lt;25th percentile, 25th-50th percentile, 50th-75th percentile, and &amp;gt; 75th percentile. Is there a way to do this with proc univariate?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 19:23:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Histogram-based-on-IQR/m-p/479226#M16530</guid>
      <dc:creator>simkinm2</dc:creator>
      <dc:date>2018-07-18T19:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram based on IQR</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Histogram-based-on-IQR/m-p/479228#M16531</link>
      <description>&lt;P&gt;The pre-programmed histograms in SAS&amp;nbsp;don't allow you to set bin limits at 25 percentile, 50 percentile, 75 percentile and so on. With some programming I think you could make that happen.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Of course, a box plot sounds exactly like what you are talking about, it shows 25 percentile, 50 percentile, 75 percentile and other statistics, and allows you to compare the "distributions" (as displayed by the boxplot) of 50 variables visually.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 19:27:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Histogram-based-on-IQR/m-p/479228#M16531</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-07-18T19:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram based on IQR</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Histogram-based-on-IQR/m-p/479235#M16532</link>
      <description>&lt;P&gt;That's what I thought...I started&amp;nbsp;programming these IQRs for some frequency distributions along with the histograms and hoped there was an easier way!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 19:42:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Histogram-based-on-IQR/m-p/479235#M16532</guid>
      <dc:creator>simkinm2</dc:creator>
      <dc:date>2018-07-18T19:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram based on IQR</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Histogram-based-on-IQR/m-p/479237#M16533</link>
      <description>&lt;P&gt;Meant to say along with the box plots&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 19:46:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Histogram-based-on-IQR/m-p/479237#M16533</guid>
      <dc:creator>simkinm2</dc:creator>
      <dc:date>2018-07-18T19:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram based on IQR</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Histogram-based-on-IQR/m-p/479260#M16534</link>
      <description>&lt;P&gt;You might find this example helpful:&amp;nbsp; &lt;A href="http://support.sas.com/kb/35/171.html" target="_blank"&gt;http://support.sas.com/kb/35/171.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Go to the Results Tab to see the graph, the Full code has the Proc Template code and uses a standard SAS data set to display.&lt;/P&gt;
&lt;P&gt;It has an extra element of a small fringe plot to provide a little more detail of distribution that the bare histogram provides.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 20:28:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Histogram-based-on-IQR/m-p/479260#M16534</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-07-18T20:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram based on IQR</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Histogram-based-on-IQR/m-p/479735#M16573</link>
      <description>&lt;P&gt;In a histogram the bins based on percentiles would produce a flat line, wouldn’t it?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps you mean something different?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/79711"&gt;@simkinm2&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I'd like to create histograms for about 50 continuous variables with bins based on the &amp;lt;25th percentile, 25th-50th percentile, 50th-75th percentile, and &amp;gt; 75th percentile. Is there a way to do this with proc univariate?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2018 21:49:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Histogram-based-on-IQR/m-p/479735#M16573</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-07-19T21:49:15Z</dc:date>
    </item>
  </channel>
</rss>

