<?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 Graphing data from a cluster analysis in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Graphing-data-from-a-cluster-analysis/m-p/38021#M1218</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you include your code with data, it would help us understand this use case.&amp;nbsp; Also, please tell us which release of SAS you are using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2012 13:56:51 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2012-01-25T13:56:51Z</dc:date>
    <item>
      <title>Graphing data from a cluster analysis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graphing-data-from-a-cluster-analysis/m-p/38020#M1217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN id="yui_3_2_0_5_1327445456583551" style="color: black;"&gt;Hi everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;I am helping a friend conduct a cluster analysis. I'm new to this analysis and would like to know if there is any other way of displaying results other than a tree diagram. I performed the analysis on 194 cases and the resulting diagram was not something I could present to others or submit for publication. Specifically, the fontsize was tiny because it was squeezed to fit onto a single page. However, even if I print the tree diagram on two pages, it still does not look very professional. I am interested in learning more about how such data can be displayed. Snippets of code and a graph would really help me out a lot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;best,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;Cristian&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 13:42:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graphing-data-from-a-cluster-analysis/m-p/38020#M1217</guid>
      <dc:creator>crisgugiu</dc:creator>
      <dc:date>2012-01-25T13:42:53Z</dc:date>
    </item>
    <item>
      <title>Graphing data from a cluster analysis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graphing-data-from-a-cluster-analysis/m-p/38021#M1218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you include your code with data, it would help us understand this use case.&amp;nbsp; Also, please tell us which release of SAS you are using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 13:56:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graphing-data-from-a-cluster-analysis/m-p/38021#M1218</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2012-01-25T13:56:51Z</dc:date>
    </item>
    <item>
      <title>Graphing data from a cluster analysis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graphing-data-from-a-cluster-analysis/m-p/38022#M1219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there are way to attach a SAS data set?&lt;/P&gt;&lt;P&gt;Here is the SAS code. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; color: #0000ff; font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;&lt;SPAN style=": ; color: #0000ff; font-size: 2; font-family: 'Courier New';"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="font-family: Courier New; font-size: 10pt;"&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;BR /&gt;proc cluster data=HCA_std method=WARD TRIM=10 NONORM k=10 ccc pseudo print=30 outtree=Tree ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; var can:;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; id NationYR;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; copy FH Van Democ Elecsd Polity;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; format NationYR $12.;&lt;BR /&gt;run;&lt;BR /&gt;ods graphics off;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goptions vsize=10in hsize=10in htext=.5pct htitle=2pct ftext='Garamond' ;&lt;BR /&gt;title "Cluster Analysis of Country/Election Years";&lt;BR /&gt;axis1 order=(0 to 1 by 0.1) label = (height=2pct) ;&lt;BR /&gt;proc tree data=Tree out=Clusters(drop=CLUSNAME can:) nclusters=2 similar&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; haxis=axis1 VPAGES=2 horizontal&amp;nbsp; ;&lt;BR /&gt; where _FREQ_ &amp;gt;-1;&lt;BR /&gt; height _rsq_;&lt;BR /&gt; copy FH Van Democ Elecsd Polity;&lt;BR /&gt; id NationYR;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; color: #000080; font-size: 10pt;"&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; color: #000080; font-size: 10pt;"&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; color: #000080; font-size: 10pt;"&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 20:46:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graphing-data-from-a-cluster-analysis/m-p/38022#M1219</guid>
      <dc:creator>crisgugiu</dc:creator>
      <dc:date>2012-01-25T20:46:04Z</dc:date>
    </item>
  </channel>
</rss>

