<?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 problem with sas code in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/problem-with-sas-code/m-p/374462#M19607</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have analysed the correlation between two variables: hp and cyl and &amp;nbsp;i'm writing a code for cluster analysis for the same varibles but ending up with error, need help. The code is:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000080"&gt;proc corr&lt;/FONT&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#3366FF"&gt;data&lt;/FONT&gt;=rank_mtcars&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#3366FF"&gt;out&lt;/FONT&gt;=cluster_mtcars;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#99CC00"&gt;/*Here rank_mtcars is a predefined dataset*/&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;var&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;hp cyl;&lt;STRONG&gt;&lt;FONT color="#000080"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000080"&gt;proc cluster&lt;/FONT&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#3366FF"&gt;data&lt;/FONT&gt;= cluster_mtcars&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#3366FF"&gt;method&lt;/FONT&gt;=centroid&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#3366FF"&gt;rmsstd&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;outtree&lt;/FONT&gt;=cluster_mtcars;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;var&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;cyl hp;&lt;STRONG&gt;&lt;FONT color="#000080"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasError"&gt;&lt;FONT color="#FF0000"&gt;ERROR: TYPE=ACE, CORR, COV, EST, FACTOR, SSCP, UCORR, or UCOV data sets must be converted to TYPE=DISTANCE. Note that CLUSTER&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;FONT color="#FF0000"&gt;ignores the _NAME_ and _TYPE_ variables, if any.&lt;/FONT&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 10 Jul 2017 12:27:23 GMT</pubDate>
    <dc:creator>atulsingh</dc:creator>
    <dc:date>2017-07-10T12:27:23Z</dc:date>
    <item>
      <title>problem with sas code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/problem-with-sas-code/m-p/374462#M19607</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have analysed the correlation between two variables: hp and cyl and &amp;nbsp;i'm writing a code for cluster analysis for the same varibles but ending up with error, need help. The code is:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000080"&gt;proc corr&lt;/FONT&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#3366FF"&gt;data&lt;/FONT&gt;=rank_mtcars&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#3366FF"&gt;out&lt;/FONT&gt;=cluster_mtcars;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#99CC00"&gt;/*Here rank_mtcars is a predefined dataset*/&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;var&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;hp cyl;&lt;STRONG&gt;&lt;FONT color="#000080"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000080"&gt;proc cluster&lt;/FONT&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#3366FF"&gt;data&lt;/FONT&gt;= cluster_mtcars&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#3366FF"&gt;method&lt;/FONT&gt;=centroid&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#3366FF"&gt;rmsstd&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;outtree&lt;/FONT&gt;=cluster_mtcars;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;var&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;cyl hp;&lt;STRONG&gt;&lt;FONT color="#000080"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasError"&gt;&lt;FONT color="#FF0000"&gt;ERROR: TYPE=ACE, CORR, COV, EST, FACTOR, SSCP, UCORR, or UCOV data sets must be converted to TYPE=DISTANCE. Note that CLUSTER&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;FONT color="#FF0000"&gt;ignores the _NAME_ and _TYPE_ variables, if any.&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 10 Jul 2017 12:27:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/problem-with-sas-code/m-p/374462#M19607</guid>
      <dc:creator>atulsingh</dc:creator>
      <dc:date>2017-07-10T12:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: problem with sas code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/problem-with-sas-code/m-p/374467#M19608</link>
      <description>&lt;P&gt;Don't you want to do the clustering on the original data set rank_mtcars? It doesn't make sense to me to cluster the correlation matrix.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 12:41:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/problem-with-sas-code/m-p/374467#M19608</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-07-10T12:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: problem with sas code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/problem-with-sas-code/m-p/374469#M19609</link>
      <description>&lt;P&gt;Thanks Sir.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One &amp;nbsp;more question: After clustering i got the output as dendogram.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to obtain the optimum number of clusters from the dendogram?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 12:46:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/problem-with-sas-code/m-p/374469#M19609</guid>
      <dc:creator>atulsingh</dc:creator>
      <dc:date>2017-07-10T12:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: problem with sas code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/problem-with-sas-code/m-p/374471#M19610</link>
      <description>&lt;P&gt;PROC CLUSTER documentation explains the common ways to do this:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?cdcId=statcdc&amp;amp;cdcVersion=14.2&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_cluster_gettingstarted.htm&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?cdcId=statcdc&amp;amp;cdcVersion=14.2&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_cluster_gettingstarted.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 12:52:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/problem-with-sas-code/m-p/374471#M19610</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-07-10T12:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: problem with sas code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/problem-with-sas-code/m-p/374474#M19611</link>
      <description>&lt;P&gt;Thanks Sir..!!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 12:53:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/problem-with-sas-code/m-p/374474#M19611</guid>
      <dc:creator>atulsingh</dc:creator>
      <dc:date>2017-07-10T12:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: problem with sas code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/problem-with-sas-code/m-p/374482#M19614</link>
      <description>&lt;P&gt;BTW, Maybe you need 1-rho to make CORR matrix looks like Distance matrix .&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 13:03:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/problem-with-sas-code/m-p/374482#M19614</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-07-10T13:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: problem with sas code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/problem-with-sas-code/m-p/525627#M26626</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please provide me dataset rank_mtcars. I am not able to find it anywhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 01:41:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/problem-with-sas-code/m-p/525627#M26626</guid>
      <dc:creator>vijaylaxmi</dc:creator>
      <dc:date>2019-01-09T01:41:49Z</dc:date>
    </item>
  </channel>
</rss>

