<?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 cluster analysis in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/cluster-analysis/m-p/420335#M4171</link>
    <description>&lt;P&gt;how to print a cluster analysis with a big dendrogram of 573 cases? or how to print these results in a table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Dec 2017 01:18:28 GMT</pubDate>
    <dc:creator>Edda</dc:creator>
    <dc:date>2017-12-12T01:18:28Z</dc:date>
    <item>
      <title>cluster analysis</title>
      <link>https://communities.sas.com/t5/SAS-Studio/cluster-analysis/m-p/420335#M4171</link>
      <description>&lt;P&gt;how to print a cluster analysis with a big dendrogram of 573 cases? or how to print these results in a table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 01:18:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/cluster-analysis/m-p/420335#M4171</guid>
      <dc:creator>Edda</dc:creator>
      <dc:date>2017-12-12T01:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: cluster analysis</title>
      <link>https://communities.sas.com/t5/SAS-Studio/cluster-analysis/m-p/420339#M4173</link>
      <description>&lt;P&gt;Check your log. An output data set should have been created by default.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;57&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;58 title2 'Using METHOD=AVERAGE';&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;59 proc cluster data=sashelp.mileages(type=distance) method=average pseudo;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;60 id City;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;61 run;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="sasLogNote1_1511896644630" class="sasNote"&gt;NOTE: The input data set is a TYPE=DISTANCE data set. For such a data set, the procedure requires that the order of the rows match&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;the order of the variables.&lt;/DIV&gt;
&lt;DIV id="sasLogNote2_1511896644630" class="sasNote"&gt;NOTE: Input distances have been squared.&lt;/DIV&gt;
&lt;DIV id="sasLogNote3_1511896644630" class="sasNote"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;NOTE: The data set WORK.DATA1 has 19 observations and 11 variables.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV id="sasLogNote4_1511896644630" class="sasNote"&gt;NOTE: PROCEDURE CLUSTER used (Total process time):&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;real time 7.84 seconds&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;cpu time 0.64 seconds&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;You can control the name with the OUTTREE option.&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title2 'Using METHOD=AVERAGE';
proc cluster data=sashelp.mileages(type=distance) method=average pseudo outtree=myGroups;
  id City;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/148204"&gt;@Edda&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;how to print a cluster analysis with a big dendrogram of 573 cases? or how to print these results in a table?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Dec 2017 01:31:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/cluster-analysis/m-p/420339#M4173</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-12T01:31:34Z</dc:date>
    </item>
  </channel>
</rss>

