<?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 How to create a box plot for single variable with label for the extreme observations in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-create-a-box-plot-for-single-variable-with-label-for-the/m-p/206683#M11099</link>
    <description>&lt;P&gt;&lt;BR /&gt;How to create box plot for single variable without creating additional group variable (as explained in SAS website) with labels for extreme observation?&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jan 2018 15:17:28 GMT</pubDate>
    <dc:creator>koomalkc</dc:creator>
    <dc:date>2018-01-24T15:17:28Z</dc:date>
    <item>
      <title>How to create a box plot for single variable with label for the extreme observations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-create-a-box-plot-for-single-variable-with-label-for-the/m-p/206683#M11099</link>
      <description>&lt;P&gt;&lt;BR /&gt;How to create box plot for single variable without creating additional group variable (as explained in SAS website) with labels for extreme observation?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 15:17:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-create-a-box-plot-for-single-variable-with-label-for-the/m-p/206683#M11099</guid>
      <dc:creator>koomalkc</dc:creator>
      <dc:date>2018-01-24T15:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to creat box plot for single variable without creating additional group variable (as explained in SAS website) with label for the extreme observations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-create-a-box-plot-for-single-variable-with-label-for-the/m-p/206684#M11100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the variable used in the plot statement in the ID statement to display the value associated with the outliers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc boxplot data=Times;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; plot &lt;STRONG&gt;Delay&lt;/STRONG&gt;*Day /&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; boxstyle = schematicid&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nohlabel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; notches;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; id&lt;STRONG&gt; delay&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; label Delay = 'Delay in Minutes';&lt;/P&gt;&lt;P&gt;run;out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 22:10:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-create-a-box-plot-for-single-variable-with-label-for-the/m-p/206684#M11100</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-06-15T22:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to creat box plot for single variable without creating additional group variable (as explained in SAS website) with label for the extreme observations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-create-a-box-plot-for-single-variable-with-label-for-the/m-p/206685#M11101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc sgplot data=sashelp.cars;&lt;/P&gt;&lt;P&gt;vbox MPG_City / datalabel=Model;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 12:32:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-create-a-box-plot-for-single-variable-with-label-for-the/m-p/206685#M11101</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-06-16T12:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to creat box plot for single variable without creating additional group variable (as explained in SAS website) with label for the extreme observations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-create-a-box-plot-for-single-variable-with-label-for-the/m-p/206686#M11102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rick !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 15:12:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-create-a-box-plot-for-single-variable-with-label-for-the/m-p/206686#M11102</guid>
      <dc:creator>koomalkc</dc:creator>
      <dc:date>2015-06-17T15:12:01Z</dc:date>
    </item>
  </channel>
</rss>

