<?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: cluster analysis in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/cluster-analysis/m-p/95594#M27054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The documention for every procedure comes with a number of useful examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster Procedure:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/65328/HTML/default/viewer.htm#statug_cluster_examples04.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/65328/HTML/default/viewer.htm#statug_cluster_examples04.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2012 16:21:20 GMT</pubDate>
    <dc:creator>FriedEgg</dc:creator>
    <dc:date>2012-10-16T16:21:20Z</dc:date>
    <item>
      <title>cluster analysis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/cluster-analysis/m-p/95589#M27049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 questions:&lt;/P&gt;&lt;P&gt;1. how do I interpret the tree diagram ?&lt;/P&gt;&lt;P&gt;2. How can I specify the number of clusters I want&lt;/P&gt;&lt;P&gt;3. what is the code for K-means?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 16:31:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/cluster-analysis/m-p/95589#M27049</guid>
      <dc:creator>R_A_G_</dc:creator>
      <dc:date>2012-10-15T16:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: cluster analysis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/cluster-analysis/m-p/95590#M27050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. how do I interpret the tree diagram ?&lt;/P&gt;&lt;P&gt;Tree only display the correlation(or distance) between nodes .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. How can I specify the number of clusters I want&lt;/P&gt;&lt;P&gt;No. It is hard .You need to read more documentaion.&lt;/P&gt;&lt;P&gt;Or Using Component Analysis to help you decide how many clusters&amp;nbsp; you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. what is the code for K-means?&lt;/P&gt;&lt;P&gt;There are three distance definited in proc clus . k-means is one of them.&lt;/P&gt;&lt;P&gt;if i don't make a mistake, i remember k-means is the MEAN of each members of a cluster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 04:09:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/cluster-analysis/m-p/95590#M27050</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-10-16T04:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: cluster analysis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/cluster-analysis/m-p/95591#M27051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So there is no simple code to use for cluster analysis and specify the number of clusters I want?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 15:57:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/cluster-analysis/m-p/95591#M27051</guid>
      <dc:creator>R_A_G_</dc:creator>
      <dc:date>2012-10-16T15:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: cluster analysis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/cluster-analysis/m-p/95592#M27052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PROC FASTCLUS and MODECLUS have a MAXCLUSTERS option that enables you to in some respect specify the number of clusters you want.&amp;nbsp; PROC VARCLUS has a MIN and MAXCLUSTERS options as well.&amp;nbsp; It depends what type of cluster analysis you intend to perform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 16:11:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/cluster-analysis/m-p/95592#M27052</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2012-10-16T16:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: cluster analysis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/cluster-analysis/m-p/95593#M27053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a set of data and am trying to find some sort of order, pattern in it and thought cluster analysis would be a good option. I did attempt the explanatory factor analysis which did not work. Could you please give me a sample code&lt;/P&gt;&lt;P&gt;thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 16:17:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/cluster-analysis/m-p/95593#M27053</guid>
      <dc:creator>R_A_G_</dc:creator>
      <dc:date>2012-10-16T16:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: cluster analysis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/cluster-analysis/m-p/95594#M27054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The documention for every procedure comes with a number of useful examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster Procedure:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/65328/HTML/default/viewer.htm#statug_cluster_examples04.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/65328/HTML/default/viewer.htm#statug_cluster_examples04.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 16:21:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/cluster-analysis/m-p/95594#M27054</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2012-10-16T16:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: cluster analysis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/cluster-analysis/m-p/95595#M27055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FASTCLUS does allow setting the number of clusters. However, it will force the data to create exactly that many clusters, even if one cluster consists of one record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The online help shows an example of using a varety of standarization methods followed by a call to FASTCLUS and print to see how well the clusters matched known categories. I found that very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I've used proc print with likely combinations of categorical variables (list option is your friend ) to id characteristics of the resulting clusters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 19:44:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/cluster-analysis/m-p/95595#M27055</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-10-16T19:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: cluster analysis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/cluster-analysis/m-p/95596#M27056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. The code for Cluster is very simple . You can take suggestion from FriedEgg . Check the documentation, there are already lots of sample code you can reference .&lt;/P&gt;&lt;P&gt;The number of cluster is hard to decide , but you can specify it by yourself . 2 or 4 or 6 or anything else.&lt;/P&gt;&lt;P&gt;Component Analysis can help you understand the pattern of data which can help you decide which number of cluster is the best.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 04:22:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/cluster-analysis/m-p/95596#M27056</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-10-17T04:22:45Z</dc:date>
    </item>
  </channel>
</rss>

