<?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: create cluster membership variable (ward method) in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/create-cluster-membership-variable-ward-method/m-p/366268#M23985</link>
    <description>&lt;P&gt;You might try sharing the code you are using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note the PROC Cluster by default creates relationship trees of values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps you want to look at Proc FASTCLUS as that generally assigns each value to a single cluster.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jun 2017 18:07:23 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-06-12T18:07:23Z</dc:date>
    <item>
      <title>create cluster membership variable (ward method)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/create-cluster-membership-variable-ward-method/m-p/366219#M23982</link>
      <description>&lt;P&gt;I am using PROC CLUSTER , ward method to cluster countries (N=214). After I consider CCC to select appropriate number of cluster, I would like to create a new column telling which cluster each country is in. What is the code (or where to click) for creating such variable as a new column in data set? &amp;nbsp;Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2017 16:50:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/create-cluster-membership-variable-ward-method/m-p/366219#M23982</guid>
      <dc:creator>Chai_ch</dc:creator>
      <dc:date>2017-06-12T16:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: create cluster membership variable (ward method)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/create-cluster-membership-variable-ward-method/m-p/366268#M23985</link>
      <description>&lt;P&gt;You might try sharing the code you are using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note the PROC Cluster by default creates relationship trees of values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps you want to look at Proc FASTCLUS as that generally assigns each value to a single cluster.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2017 18:07:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/create-cluster-membership-variable-ward-method/m-p/366268#M23985</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-06-12T18:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: create cluster membership variable (ward method)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/create-cluster-membership-variable-ward-method/m-p/366297#M23990</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below are the steps to create a cluster variable:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/* wards&amp;nbsp;method cluster analysis &amp;nbsp;*/&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc cluster data=have method=ward outtree=tree ccc ;&lt;/P&gt;
&lt;P&gt;var a b c;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;id country;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/* PROC TREE prints the tree diagram, also output a data set, called "want" that contains variable containing four clusters --- */&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc tree data=tree out=want nclusters=4;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;id country;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2017 19:09:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/create-cluster-membership-variable-ward-method/m-p/366297#M23990</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2017-06-12T19:09:43Z</dc:date>
    </item>
  </channel>
</rss>

