<?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: How to create Boxplots for two discrete variables by group in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-create-Boxplots-for-two-discrete-variables-by-group/m-p/941618#M24976</link>
    <description>&lt;P&gt;This code actually worked beautifully! Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Aug 2024 03:58:41 GMT</pubDate>
    <dc:creator>Ihsan-Mahdi</dc:creator>
    <dc:date>2024-08-29T03:58:41Z</dc:date>
    <item>
      <title>How to create Boxplots for two discrete variables by group</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-create-Boxplots-for-two-discrete-variables-by-group/m-p/941583#M24973</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I would like to create boxplots for 2 variables (distance and time) compared between two types of transport (air and ground).&lt;/P&gt;
&lt;P&gt;All variables are numeric with the transport variable having 2 values (1 for air &amp;amp; 0 for ground).&lt;/P&gt;
&lt;P&gt;Is there a way to produce such boxplots in one graph?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 23:01:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-create-Boxplots-for-two-discrete-variables-by-group/m-p/941583#M24973</guid>
      <dc:creator>Ihsan-Mahdi</dc:creator>
      <dc:date>2024-08-28T23:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Boxplots for two discrete variables by group</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-create-Boxplots-for-two-discrete-variables-by-group/m-p/941593#M24974</link>
      <description>&lt;P&gt;Short answer: Yes it is possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Longer, provide some example data in the form of a working data step as data structures often matter when attempting to plot values and some concrete example data we can write code and see how close we get to what you want.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 00:52:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-create-Boxplots-for-two-discrete-variables-by-group/m-p/941593#M24974</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-08-29T00:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Boxplots for two discrete variables by group</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-create-Boxplots-for-two-discrete-variables-by-group/m-p/941599#M24975</link>
      <description>&lt;P&gt;As ballardw said post an example picture would better illustrate your question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
set sashelp.class;
label='Weight';value=weight;output;
label='Height';value=height;output;
keep sex label value;
run;
proc sgpanel data=have;
panelby sex label/layout=lattice novarname uniscale=column spacing=0;
vbox value;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1724895960041.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/99716iC833E6D6D9C728F1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1724895960041.png" alt="Ksharp_0-1724895960041.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 01:46:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-create-Boxplots-for-two-discrete-variables-by-group/m-p/941599#M24975</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-08-29T01:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Boxplots for two discrete variables by group</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-create-Boxplots-for-two-discrete-variables-by-group/m-p/941618#M24976</link>
      <description>&lt;P&gt;This code actually worked beautifully! Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 03:58:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-create-Boxplots-for-two-discrete-variables-by-group/m-p/941618#M24976</guid>
      <dc:creator>Ihsan-Mahdi</dc:creator>
      <dc:date>2024-08-29T03:58:41Z</dc:date>
    </item>
  </channel>
</rss>

