<?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 proc princomp - varimax rotation, factor loadings in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-princomp-varimax-rotation-factor-loadings/m-p/340200#M17908</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was wandering if it is pssible to specify a varimax rotation for the Principal Components Analysis - I was searching the documentation but am still confused, so a simple code would be very helpful!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I know how to extract the eigen vectors and eign values using the ods output, but is it possible to extract the factor loadings?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Sun, 12 Mar 2017 00:23:07 GMT</pubDate>
    <dc:creator>ilikesas</dc:creator>
    <dc:date>2017-03-12T00:23:07Z</dc:date>
    <item>
      <title>proc princomp - varimax rotation, factor loadings</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-princomp-varimax-rotation-factor-loadings/m-p/340200#M17908</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was wandering if it is pssible to specify a varimax rotation for the Principal Components Analysis - I was searching the documentation but am still confused, so a simple code would be very helpful!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I know how to extract the eigen vectors and eign values using the ods output, but is it possible to extract the factor loadings?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2017 00:23:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-princomp-varimax-rotation-factor-loadings/m-p/340200#M17908</guid>
      <dc:creator>ilikesas</dc:creator>
      <dc:date>2017-03-12T00:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: proc princomp - varimax rotation, factor loadings</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-princomp-varimax-rotation-factor-loadings/m-p/340228#M17909</link>
      <description>&lt;P&gt;Yes, you can do these things, but you need to use PROC FACTOR, not PROC PRINCOMP. &amp;nbsp;See &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_factor_examples03.htm" target="_self"&gt;the example in the PROC FACTOR documentation.&lt;/A&gt;&amp;nbsp; Use METHOD=PRINCIPAL (which is the default) and ROTATE=VARIMAX in the PROC FACTOR statement,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The factor loadings are the elements in the "Factor Pattern" tables, which has the ODS name "FactorPattern". &amp;nbsp; &amp;nbsp;You can use ODS OUTPUT, or you can &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_factor_details02.htm" target="_self"&gt;use the OUTSTAT= option to capture the loadings and other statistics in an output data set.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2017 10:56:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-princomp-varimax-rotation-factor-loadings/m-p/340228#M17909</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-03-12T10:56:45Z</dc:date>
    </item>
  </channel>
</rss>

