<?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 Principal Components - SAS vs SPSS in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Principal-Components-SAS-vs-SPSS/m-p/342312#M17996</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am doing a Principal Component Analysis on a data and compare the results with results that were obtained previously with SPSS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Statistical-Procedures/proc-princomp-varimax-rotation-factor-loadings/m-p/340228#M17909" target="_self"&gt;Proc Factor&lt;/A&gt;&amp;nbsp;to perform a Varimax Rotation to obtain 7 Principal Components. I noticed that the results that I get with SAS are slightly different from the SPSS results:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) In the Factor Loadings (called Rotated Factor Pattern) I noticed that the loadings for the 4th and 6th factor that I obtained in SAS have the opposite sign of the loadings that are obtained with SPSS (although the absolute value is the same).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) The Principal Components of the 4th and 6th factor from SAS have the opposite sign of those from SPSS, and the Absolute value is slightly different for all Principal Components for all 7 factors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I guess that the algorithm that SAS uses is different from SPSS. If this is the case I will use the results obtained by SAS, but I just want to make sure that such thing can happen.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 19 Mar 2017 02:14:42 GMT</pubDate>
    <dc:creator>ilikesas</dc:creator>
    <dc:date>2017-03-19T02:14:42Z</dc:date>
    <item>
      <title>Principal Components - SAS vs SPSS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Principal-Components-SAS-vs-SPSS/m-p/342312#M17996</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am doing a Principal Component Analysis on a data and compare the results with results that were obtained previously with SPSS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Statistical-Procedures/proc-princomp-varimax-rotation-factor-loadings/m-p/340228#M17909" target="_self"&gt;Proc Factor&lt;/A&gt;&amp;nbsp;to perform a Varimax Rotation to obtain 7 Principal Components. I noticed that the results that I get with SAS are slightly different from the SPSS results:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) In the Factor Loadings (called Rotated Factor Pattern) I noticed that the loadings for the 4th and 6th factor that I obtained in SAS have the opposite sign of the loadings that are obtained with SPSS (although the absolute value is the same).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) The Principal Components of the 4th and 6th factor from SAS have the opposite sign of those from SPSS, and the Absolute value is slightly different for all Principal Components for all 7 factors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I guess that the algorithm that SAS uses is different from SPSS. If this is the case I will use the results obtained by SAS, but I just want to make sure that such thing can happen.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2017 02:14:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Principal-Components-SAS-vs-SPSS/m-p/342312#M17996</guid>
      <dc:creator>ilikesas</dc:creator>
      <dc:date>2017-03-19T02:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Principal Components - SAS vs SPSS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Principal-Components-SAS-vs-SPSS/m-p/342320#M17998</link>
      <description>&lt;P&gt;Eigenvectors are not necessarily unique.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://stats.stackexchange.com/questions/30348/is-it-acceptable-to-reverse-a-sign-of-a-principal-component-score/30352#30352" target="_blank"&gt;http://stats.stackexchange.com/questions/30348/is-it-acceptable-to-reverse-a-sign-of-a-principal-component-score/30352#30352&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2017 03:00:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Principal-Components-SAS-vs-SPSS/m-p/342320#M17998</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-03-19T03:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Principal Components - SAS vs SPSS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Principal-Components-SAS-vs-SPSS/m-p/342342#M17999</link>
      <description>&lt;P&gt;&amp;nbsp;Yes, if u is an eigenvector of a matrix A, then -u is also an eigenvector. Many times I &amp;nbsp;have seen different&amp;nbsp;software come up with solutions like you describe. Neither answer is wrong; they are both correct and the results are&amp;nbsp;equivalent.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2017 10:41:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Principal-Components-SAS-vs-SPSS/m-p/342342#M17999</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-03-19T10:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Principal Components - SAS vs SPSS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Principal-Components-SAS-vs-SPSS/m-p/342423#M18001</link>
      <description>&lt;P&gt;Hi Rick,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I ran a regression in SAS and found out that all the coefficients are the same as those of the SPSS regression, except that the signs for Factors 4 and 6 are opposite. So since I have 2 opposites (first in the loadings and than in the coefficients) the interpretation of the end result is the same!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2017 23:59:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Principal-Components-SAS-vs-SPSS/m-p/342423#M18001</guid>
      <dc:creator>ilikesas</dc:creator>
      <dc:date>2017-03-19T23:59:52Z</dc:date>
    </item>
  </channel>
</rss>

