<?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 a box plot for all the character in a table in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-create-a-box-plot-for-all-the-character-in-a-table/m-p/823832#M16228</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/429748"&gt;@dchaubey1&lt;/a&gt;! There are a few ways you can visualize categories with box plots. If you want to simply break out your data by a single category, then the&amp;nbsp;&lt;STRONG&gt;category&lt;/STRONG&gt; data role is what you want:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Stu_SAS_1-1658150954926.png" style="width: 237px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73395iB80816FC29B5DE50/image-dimensions/237x295?v=v2" width="237" height="295" role="button" title="Stu_SAS_1-1658150954926.png" alt="Stu_SAS_1-1658150954926.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Stu_SAS_0-1658150926793.png" style="width: 651px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73394iB51571A43CD721B2/image-dimensions/651x338?v=v2" width="651" height="338" role="button" title="Stu_SAS_0-1658150926793.png" alt="Stu_SAS_0-1658150926793.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you want to visualize it by multiple categories, such as a&amp;nbsp;matrix of box plots, you want to use the&amp;nbsp;&lt;STRONG&gt;lattice rows&lt;/STRONG&gt; or&amp;nbsp;&lt;STRONG&gt;lattice columns&lt;/STRONG&gt; data roles:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Stu_SAS_3-1658151138841.png" style="width: 218px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73397i8BF5DB8474004E2F/image-dimensions/218x275?v=v2" width="218" height="275" role="button" title="Stu_SAS_3-1658151138841.png" alt="Stu_SAS_3-1658151138841.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Stu_SAS_4-1658151155026.png" style="width: 679px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73398i54002D9608E9459F/image-dimensions/679x351?v=v2" width="679" height="351" role="button" title="Stu_SAS_4-1658151155026.png" alt="Stu_SAS_4-1658151155026.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can even add categories to your lattice roles:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Stu_SAS_5-1658151280917.png" style="width: 229px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73399i9CAF50F9E30F8304/image-dimensions/229x287?v=v2" width="229" height="287" role="button" title="Stu_SAS_5-1658151280917.png" alt="Stu_SAS_5-1658151280917.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Stu_SAS_6-1658151324573.png" style="width: 666px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73400i2DCF08EBDD7C4CAD/image-dimensions/666x429?v=v2" width="666" height="429" role="button" title="Stu_SAS_6-1658151324573.png" alt="Stu_SAS_6-1658151324573.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jul 2022 13:38:17 GMT</pubDate>
    <dc:creator>Stu_SAS</dc:creator>
    <dc:date>2022-07-18T13:38:17Z</dc:date>
    <item>
      <title>How to create a box plot for all the character in a table</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-create-a-box-plot-for-all-the-character-in-a-table/m-p/823799#M16224</link>
      <description>&lt;P&gt;How i can create a box plot for all the character variable.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For sashelp.cars I want to&amp;nbsp; see the distribution of INVOICE with respect to all the character variable such as MAKE, MODEL, TYPE, ORIGIN and&amp;nbsp;&lt;SPAN&gt;DriveTrain. Here i want to create a boxplot to find the distribution.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 10:39:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-create-a-box-plot-for-all-the-character-in-a-table/m-p/823799#M16224</guid>
      <dc:creator>dchaubey1</dc:creator>
      <dc:date>2022-07-18T10:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a box plot for all the character in a table</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-create-a-box-plot-for-all-the-character-in-a-table/m-p/823801#M16225</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/429748"&gt;@dchaubey1&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;do you want to have all the character variables in one box plot, or one box plot per variable?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 11:04:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-create-a-box-plot-for-all-the-character-in-a-table/m-p/823801#M16225</guid>
      <dc:creator>MarkusWeick</dc:creator>
      <dc:date>2022-07-18T11:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a box plot for all the character in a table</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-create-a-box-plot-for-all-the-character-in-a-table/m-p/823832#M16228</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/429748"&gt;@dchaubey1&lt;/a&gt;! There are a few ways you can visualize categories with box plots. If you want to simply break out your data by a single category, then the&amp;nbsp;&lt;STRONG&gt;category&lt;/STRONG&gt; data role is what you want:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Stu_SAS_1-1658150954926.png" style="width: 237px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73395iB80816FC29B5DE50/image-dimensions/237x295?v=v2" width="237" height="295" role="button" title="Stu_SAS_1-1658150954926.png" alt="Stu_SAS_1-1658150954926.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Stu_SAS_0-1658150926793.png" style="width: 651px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73394iB51571A43CD721B2/image-dimensions/651x338?v=v2" width="651" height="338" role="button" title="Stu_SAS_0-1658150926793.png" alt="Stu_SAS_0-1658150926793.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you want to visualize it by multiple categories, such as a&amp;nbsp;matrix of box plots, you want to use the&amp;nbsp;&lt;STRONG&gt;lattice rows&lt;/STRONG&gt; or&amp;nbsp;&lt;STRONG&gt;lattice columns&lt;/STRONG&gt; data roles:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Stu_SAS_3-1658151138841.png" style="width: 218px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73397i8BF5DB8474004E2F/image-dimensions/218x275?v=v2" width="218" height="275" role="button" title="Stu_SAS_3-1658151138841.png" alt="Stu_SAS_3-1658151138841.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Stu_SAS_4-1658151155026.png" style="width: 679px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73398i54002D9608E9459F/image-dimensions/679x351?v=v2" width="679" height="351" role="button" title="Stu_SAS_4-1658151155026.png" alt="Stu_SAS_4-1658151155026.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can even add categories to your lattice roles:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Stu_SAS_5-1658151280917.png" style="width: 229px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73399i9CAF50F9E30F8304/image-dimensions/229x287?v=v2" width="229" height="287" role="button" title="Stu_SAS_5-1658151280917.png" alt="Stu_SAS_5-1658151280917.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Stu_SAS_6-1658151324573.png" style="width: 666px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73400i2DCF08EBDD7C4CAD/image-dimensions/666x429?v=v2" width="666" height="429" role="button" title="Stu_SAS_6-1658151324573.png" alt="Stu_SAS_6-1658151324573.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 13:38:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-create-a-box-plot-for-all-the-character-in-a-table/m-p/823832#M16228</guid>
      <dc:creator>Stu_SAS</dc:creator>
      <dc:date>2022-07-18T13:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a box plot for all the character in a table</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-create-a-box-plot-for-all-the-character-in-a-table/m-p/823893#M16234</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/429748"&gt;@dchaubey1&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;alternatively you could use an "calculated item" to concatenate the different character variables and then do a box plot with the "calculated item" as category.&lt;/P&gt;
&lt;P&gt;So you could have all in one box plot, though with many combinations this may be a confusing picture.&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;Markus&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 16:54:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-create-a-box-plot-for-all-the-character-in-a-table/m-p/823893#M16234</guid>
      <dc:creator>MarkusWeick</dc:creator>
      <dc:date>2022-07-18T16:54:08Z</dc:date>
    </item>
  </channel>
</rss>

