<?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 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/BOXPLOTS/m-p/437523#M108956</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgpanel data=sashelp.cars;
	where Make in ("Acura", "Audi", "BMW", "Buick");
	panelby Make;
	vbox mpg_city;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 15 Feb 2018 11:48:52 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2018-02-15T11:48:52Z</dc:date>
    <item>
      <title>BOXPLOTS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/BOXPLOTS/m-p/437516#M108955</link>
      <description>&lt;P&gt;How make boxplots with 4 windows, Thanks&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18607i84698B597A558275/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 11:42:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/BOXPLOTS/m-p/437516#M108955</guid>
      <dc:creator>Vahe_Mar</dc:creator>
      <dc:date>2018-02-15T11:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: BOXPLOTS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/BOXPLOTS/m-p/437523#M108956</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgpanel data=sashelp.cars;
	where Make in ("Acura", "Audi", "BMW", "Buick");
	panelby Make;
	vbox mpg_city;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Feb 2018 11:48:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/BOXPLOTS/m-p/437523#M108956</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-02-15T11:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: BOXPLOTS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/BOXPLOTS/m-p/437524#M108957</link>
      <description>&lt;P&gt;Great Thanks, i have tried&amp;nbsp; SGplot0 thats works with sgpanel Thaks again&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 11:51:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/BOXPLOTS/m-p/437524#M108957</guid>
      <dc:creator>Vahe_Mar</dc:creator>
      <dc:date>2018-02-15T11:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: BOXPLOTS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/BOXPLOTS/m-p/437529#M108960</link>
      <description>&lt;P&gt;You can use the GROUP= option in the model statement to distinguish groups within each panel like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgpanel data=sashelp.cars;
	where Make in ("Acura", "Audi", "BMW", "Buick");
	panelby Make;
	vbox mpg_city / group=cylinders;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Feb 2018 12:04:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/BOXPLOTS/m-p/437529#M108960</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-02-15T12:04:21Z</dc:date>
    </item>
  </channel>
</rss>

