<?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 Vertical box plot with two variables on x axis in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Vertical-box-plot-with-two-variables-on-x-axis/m-p/454867#M114989</link>
    <description>&lt;P&gt;Hello I need to make a vertical box plot to summarize outcome by gender AND disease.&lt;/P&gt;&lt;P&gt;I know how to make a vertical box plot with one of the two variables on the x axis but how would i incorporate the other one?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code for just one variable. Thanks for any help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=combined;&lt;BR /&gt;vbox Mean_T_S_Ratio /category=gender boxwidth=0.5; xaxis label="gender";
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Apr 2018 17:33:49 GMT</pubDate>
    <dc:creator>iressa131</dc:creator>
    <dc:date>2018-04-17T17:33:49Z</dc:date>
    <item>
      <title>Vertical box plot with two variables on x axis</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Vertical-box-plot-with-two-variables-on-x-axis/m-p/454867#M114989</link>
      <description>&lt;P&gt;Hello I need to make a vertical box plot to summarize outcome by gender AND disease.&lt;/P&gt;&lt;P&gt;I know how to make a vertical box plot with one of the two variables on the x axis but how would i incorporate the other one?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code for just one variable. Thanks for any help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=combined;&lt;BR /&gt;vbox Mean_T_S_Ratio /category=gender boxwidth=0.5; xaxis label="gender";
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 17:33:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Vertical-box-plot-with-two-variables-on-x-axis/m-p/454867#M114989</guid>
      <dc:creator>iressa131</dc:creator>
      <dc:date>2018-04-17T17:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical box plot with two variables on x axis</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Vertical-box-plot-with-two-variables-on-x-axis/m-p/454874#M114993</link>
      <description>&lt;P&gt;A box plot, by definition, uses only one variable on the vertical axis. The CATEGORY= option allows only one variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So to directly answer your question: you cannot make a boxplot with two variables on the vertical axis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some other type of graph might be appropriate, such as HEATMAP, or just a plain old scatterplot.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 17:54:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Vertical-box-plot-with-two-variables-on-x-axis/m-p/454874#M114993</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-04-17T17:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical box plot with two variables on x axis</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Vertical-box-plot-with-two-variables-on-x-axis/m-p/454880#M114999</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 18:10:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Vertical-box-plot-with-two-variables-on-x-axis/m-p/454880#M114999</guid>
      <dc:creator>iressa131</dc:creator>
      <dc:date>2018-04-17T18:10:13Z</dc:date>
    </item>
  </channel>
</rss>

