<?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: PROC CLUSTER and variable set as a centroid in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CLUSTER-and-variable-set-as-a-centroid/m-p/595859#M29096</link>
    <description>That's just binning at that point with a single variable. &lt;BR /&gt;Do a histogram and decide where the cut points are is equivalent IMO.</description>
    <pubDate>Fri, 11 Oct 2019 19:53:20 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-10-11T19:53:20Z</dc:date>
    <item>
      <title>PROC CLUSTER and variable set as a centroid</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CLUSTER-and-variable-set-as-a-centroid/m-p/595849#M29095</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;We want to identify clusters within a data set based on one variable, use this variable as the centroid of each cluster. Is this possible?&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 19:01:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CLUSTER-and-variable-set-as-a-centroid/m-p/595849#M29095</guid>
      <dc:creator>ANKH1</dc:creator>
      <dc:date>2019-10-11T19:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CLUSTER and variable set as a centroid</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CLUSTER-and-variable-set-as-a-centroid/m-p/595859#M29096</link>
      <description>That's just binning at that point with a single variable. &lt;BR /&gt;Do a histogram and decide where the cut points are is equivalent IMO.</description>
      <pubDate>Fri, 11 Oct 2019 19:53:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CLUSTER-and-variable-set-as-a-centroid/m-p/595859#M29096</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-10-11T19:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CLUSTER and variable set as a centroid</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CLUSTER-and-variable-set-as-a-centroid/m-p/595867#M29097</link>
      <description>This is after running the proc cluster? We are new with this analysis.</description>
      <pubDate>Fri, 11 Oct 2019 20:00:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CLUSTER-and-variable-set-as-a-centroid/m-p/595867#M29097</guid>
      <dc:creator>ANKH1</dc:creator>
      <dc:date>2019-10-11T20:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CLUSTER and variable set as a centroid</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CLUSTER-and-variable-set-as-a-centroid/m-p/595871#M29098</link>
      <description>You have one variable that you ran PROC CLUSTER on? It's really only applicable if you have more than one variable. If you have one variable it becomes a binning problem instead and you can easily visualize it. Clustering using PCA primarily because when you start having multiple dimensions it's not possible to view it anymore so have to trust the computer to make the 'clusters'. With a single variable you can easily visualize it and do your analysis.</description>
      <pubDate>Fri, 11 Oct 2019 20:05:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CLUSTER-and-variable-set-as-a-centroid/m-p/595871#M29098</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-10-11T20:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CLUSTER and variable set as a centroid</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CLUSTER-and-variable-set-as-a-centroid/m-p/595872#M29099</link>
      <description>&lt;P&gt;We are looking at multiple variables. How many dimensions is the limit for proc cluster? Should we run a PCA before?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 20:09:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CLUSTER-and-variable-set-as-a-centroid/m-p/595872#M29099</guid>
      <dc:creator>ANKH1</dc:creator>
      <dc:date>2019-10-11T20:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CLUSTER and variable set as a centroid</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CLUSTER-and-variable-set-as-a-centroid/m-p/595875#M29100</link>
      <description>I'm not aware of a limit to the number of variables, just explaining that if you had 2 or 3 three variables you're better of doing it manually. If you have more then you need to move to different methods, such as cluster analysis. &lt;BR /&gt;&lt;BR /&gt;I can't comment on your methodology beyond that because I have no context to the problem you're trying to solve.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Oct 2019 20:14:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CLUSTER-and-variable-set-as-a-centroid/m-p/595875#M29100</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-10-11T20:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CLUSTER and variable set as a centroid</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CLUSTER-and-variable-set-as-a-centroid/m-p/595959#M29101</link>
      <description>&lt;P&gt;Try PROC FASTCLUS for k-mean cluster method .&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2019 11:34:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CLUSTER-and-variable-set-as-a-centroid/m-p/595959#M29101</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-10-12T11:34:56Z</dc:date>
    </item>
  </channel>
</rss>

