<?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: PCA using spearman rank correlation in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PCA-using-spearman-rank-correlation/m-p/228895#M54345</link>
    <description>&lt;P&gt;YES!!! It's working!!&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sophie&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2015 14:49:38 GMT</pubDate>
    <dc:creator>sophie33</dc:creator>
    <dc:date>2015-10-07T14:49:38Z</dc:date>
    <item>
      <title>PCA using spearman rank correlation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PCA-using-spearman-rank-correlation/m-p/228729#M54338</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to find some correlations between 11 variables (10 continuous variables (with 2 not normally distributed) and 1 categorial variable (1, 2, 3 or 4)). For that, I would like to start with a descriptive analysis using PCA. Regarding the kind of variables (and distributions) I have, I would like to perform a PCA using a matrix of Spearman's correlation. I have seen that we can do it with R software but I'm using SAS and I don't find any information about it, how to do it...&lt;/P&gt;&lt;P&gt;Do you have any idea of how I can do it (in which statement, syntax).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sophie&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 21:05:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PCA-using-spearman-rank-correlation/m-p/228729#M54338</guid>
      <dc:creator>sophie33</dc:creator>
      <dc:date>2015-10-06T21:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: PCA using spearman rank correlation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PCA-using-spearman-rank-correlation/m-p/228736#M54339</link>
      <description>Look into PROC PRINCOMP and/or PROC FACTOR.</description>
      <pubDate>Tue, 06 Oct 2015 21:25:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PCA-using-spearman-rank-correlation/m-p/228736#M54339</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-10-06T21:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: PCA using spearman rank correlation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PCA-using-spearman-rank-correlation/m-p/228768#M54342</link>
      <description>&lt;P&gt;Try, for example&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc corr data=sashelp.cars nomiss outs=carsSpear;
var invoice--length;
run;

proc princomp data=carsSpear n=2 plots=pattern;
var invoice--length;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Oct 2015 03:52:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PCA-using-spearman-rank-correlation/m-p/228768#M54342</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2015-10-07T03:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: PCA using spearman rank correlation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PCA-using-spearman-rank-correlation/m-p/228895#M54345</link>
      <description>&lt;P&gt;YES!!! It's working!!&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sophie&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 14:49:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PCA-using-spearman-rank-correlation/m-p/228895#M54345</guid>
      <dc:creator>sophie33</dc:creator>
      <dc:date>2015-10-07T14:49:38Z</dc:date>
    </item>
  </channel>
</rss>

