<?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: Plots for Nested or hierarchical data in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Plots-for-Nested-or-hierarchical-data/m-p/519131#M17540</link>
    <description>&lt;P&gt;Statisticians use mosaic plots to display hierarchical data, although in practice it works best for three or fewer&amp;nbsp;levels of nesting. &lt;A href="https://blogs.sas.com/content/iml/2013/11/04/create-mosaic-plots-in-sas-by-using-proc-freq.html" target="_self"&gt;PROC FREQ can display a mosaic plot automatically,&lt;/A&gt;&amp;nbsp;The plot is often used to accompany an analysis/discussion of whether there is association between variables.&lt;/P&gt;</description>
    <pubDate>Thu, 06 Dec 2018 14:27:28 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2018-12-06T14:27:28Z</dc:date>
    <item>
      <title>Plots for Nested or hierarchical data</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plots-for-Nested-or-hierarchical-data/m-p/519032#M17533</link>
      <description>&lt;P&gt;I have nested data with counts for each of them and I need to plot them. After some research I found sunburst chart would be a appropriate model to chart them but couldn't find any SAS procedures for it. Is there any procedures like GMAP or GCHART to program Sunburst charts ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also is there any other appropriate model for plotting nested data ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 07:12:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plots-for-Nested-or-hierarchical-data/m-p/519032#M17533</guid>
      <dc:creator>SKK</dc:creator>
      <dc:date>2018-12-06T07:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Plots for Nested or hierarchical data</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plots-for-Nested-or-hierarchical-data/m-p/519037#M17534</link>
      <description>&lt;P&gt;Hi there is an easy treemap option in SAS VA. If you do not have that available I think you'll find some treemap options in sgplot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See in the SAS blog Graphically speaking. There are usually some very good ideas there.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 07:44:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plots-for-Nested-or-hierarchical-data/m-p/519037#M17534</guid>
      <dc:creator>PaalNavestad</dc:creator>
      <dc:date>2018-12-06T07:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Plots for Nested or hierarchical data</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plots-for-Nested-or-hierarchical-data/m-p/519039#M17535</link>
      <description>&lt;P&gt;Is this the sort of chart you had in mind?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Visualizing-nested-data-with-a-sunburst-chart-in-SAS-Visual/ta-p/511114" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/Visualizing-nested-data-with-a-sunburst-chart-in-SAS-Visual/ta-p/511114&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 07:45:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plots-for-Nested-or-hierarchical-data/m-p/519039#M17535</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-12-06T07:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Plots for Nested or hierarchical data</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plots-for-Nested-or-hierarchical-data/m-p/519040#M17536</link>
      <description>&lt;P&gt;Yes Exactly... But I dont have access to SAS VA.. So is there any other way to do this ?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 07:49:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plots-for-Nested-or-hierarchical-data/m-p/519040#M17536</guid>
      <dc:creator>SKK</dc:creator>
      <dc:date>2018-12-06T07:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Plots for Nested or hierarchical data</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plots-for-Nested-or-hierarchical-data/m-p/519042#M17537</link>
      <description>You can do it with sgplot or the GTL language. I do not have an example handy.&lt;BR /&gt;You can alos look at proc tree from SAS/STAT that show the hierarchy very well. You have to juggle a bit.&lt;BR /&gt;I think I've seen an example in the graphically speaking blog. Just google graphically speaking sas and it gets you there&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Dec 2018 07:53:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plots-for-Nested-or-hierarchical-data/m-p/519042#M17537</guid>
      <dc:creator>PaalNavestad</dc:creator>
      <dc:date>2018-12-06T07:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Plots for Nested or hierarchical data</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plots-for-Nested-or-hierarchical-data/m-p/519043#M17538</link>
      <description>&lt;P&gt;Thanks for the information I will look into that blog... Is it possible to create Sub-grouped donut chart for multiple level nested data ?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 07:58:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plots-for-Nested-or-hierarchical-data/m-p/519043#M17538</guid>
      <dc:creator>SKK</dc:creator>
      <dc:date>2018-12-06T07:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Plots for Nested or hierarchical data</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plots-for-Nested-or-hierarchical-data/m-p/519083#M17539</link>
      <description>&lt;P&gt;I do not know. I seem to remember I did create a set of pies or &lt;SPAN&gt;donuts using sgchart about 15 years ago. But I can't exactly remenber how&amp;nbsp; I very seldom use pie charts anymore and for the sunflower chart I had problems seeing the use.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Have you just tried using midpoint/group and subgroup in gchart. I would prefer a treemap. There is a mosaic plot in GTL that you can try.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 11:12:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plots-for-Nested-or-hierarchical-data/m-p/519083#M17539</guid>
      <dc:creator>PaalNavestad</dc:creator>
      <dc:date>2018-12-06T11:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Plots for Nested or hierarchical data</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plots-for-Nested-or-hierarchical-data/m-p/519131#M17540</link>
      <description>&lt;P&gt;Statisticians use mosaic plots to display hierarchical data, although in practice it works best for three or fewer&amp;nbsp;levels of nesting. &lt;A href="https://blogs.sas.com/content/iml/2013/11/04/create-mosaic-plots-in-sas-by-using-proc-freq.html" target="_self"&gt;PROC FREQ can display a mosaic plot automatically,&lt;/A&gt;&amp;nbsp;The plot is often used to accompany an analysis/discussion of whether there is association between variables.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 14:27:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plots-for-Nested-or-hierarchical-data/m-p/519131#M17540</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-12-06T14:27:28Z</dc:date>
    </item>
  </channel>
</rss>

