<?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: A 5-way Venn diagram in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/A-5-way-Venn-diagram/m-p/830903#M23111</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;for your thoughts. I have respondents in all categories but a Venn diagram is too busy and very hard to interpret. I am using simpler graphs to show the popular combinations. Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 29 Aug 2022 15:04:27 GMT</pubDate>
    <dc:creator>Emma_at_SAS</dc:creator>
    <dc:date>2022-08-29T15:04:27Z</dc:date>
    <item>
      <title>A 5-way Venn diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/A-5-way-Venn-diagram/m-p/830362#M23106</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a large sample (about 4,000) and five variables and I want to make a Venn diagram for these 5 variables.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found this article&amp;nbsp;&lt;A href="https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2018/1965-2018.pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2018/1965-2018.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;that shows making Venn diagrams in SAS for up to 4 variables. I wonder if I may do a similar procedure and make a 5-way Venn diagram.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 15:32:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/A-5-way-Venn-diagram/m-p/830362#M23106</guid>
      <dc:creator>Emma_at_SAS</dc:creator>
      <dc:date>2022-08-25T15:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: A 5-way Venn diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/A-5-way-Venn-diagram/m-p/830386#M23107</link>
      <description>&lt;P&gt;Yes it could be extended but it's definitely work. Have you tried to so far?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 17:34:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/A-5-way-Venn-diagram/m-p/830386#M23107</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-08-25T17:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: A 5-way Venn diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/A-5-way-Venn-diagram/m-p/830390#M23108</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;for your message. I was checking first to see if anyone has done this before and if I can get help to start it. I even do not know yet how to do a 4-way Venn diagram in SAS. I found that R can do higher-order Venn diagrams. Also, when I checked other examples, the 5-way or higher order Venn diagrams are very hard to read. I am thinking about other ways to present/visualize My results for now but have a Venn diagram in my mind as well. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 17:42:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/A-5-way-Venn-diagram/m-p/830390#M23108</guid>
      <dc:creator>Emma_at_SAS</dc:creator>
      <dc:date>2022-08-25T17:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: A 5-way Venn diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/A-5-way-Venn-diagram/m-p/830391#M23109</link>
      <description>&lt;P&gt;I guess for starters extract the code from the appendix and try the examples for 4 way Venn diagrams?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A 5 way diagram is almost impossible to interpret - Agreed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Splitting into multiple graphics is likely a better option, small multiples are my preference, but ultimately depends on data and goals.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 17:46:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/A-5-way-Venn-diagram/m-p/830391#M23109</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-08-25T17:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: A 5-way Venn diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/A-5-way-Venn-diagram/m-p/830406#M23110</link>
      <description>&lt;P&gt;A Venn diagram has 2**n cells. So a 5-way would have 32 cells. Do you actually have 32 different combinations to display? If you have lots of not-present combinations then perhaps a different display may be appropriate.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 18:50:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/A-5-way-Venn-diagram/m-p/830406#M23110</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-08-25T18:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: A 5-way Venn diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/A-5-way-Venn-diagram/m-p/830903#M23111</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;for your thoughts. I have respondents in all categories but a Venn diagram is too busy and very hard to interpret. I am using simpler graphs to show the popular combinations. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 15:04:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/A-5-way-Venn-diagram/m-p/830903#M23111</guid>
      <dc:creator>Emma_at_SAS</dc:creator>
      <dc:date>2022-08-29T15:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: A 5-way Venn diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/A-5-way-Venn-diagram/m-p/830910#M23112</link>
      <description>&lt;P&gt;I definitely would not recommend spending a lot of time &amp;amp; effort trying to implement it in SAS, just to see what it looks like. I don't think the results would be useful, and the time wasted would be what I like to call "a fool's errand" &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there's already code to do it in R, I would recommend first using R to try it out, and see if it provides any useful insight to your data. If the R venn diagrams provide useful insight, then that might justify investing the effort to try to reproduce it in SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 15:45:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/A-5-way-Venn-diagram/m-p/830910#M23112</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2022-08-29T15:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: A 5-way Venn diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/A-5-way-Venn-diagram/m-p/830911#M23113</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13585"&gt;@GraphGuy&lt;/a&gt;&amp;nbsp;for your thoughts on this. I agree with your suggestions. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 15:49:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/A-5-way-Venn-diagram/m-p/830911#M23113</guid>
      <dc:creator>Emma_at_SAS</dc:creator>
      <dc:date>2022-08-29T15:49:18Z</dc:date>
    </item>
  </channel>
</rss>

