<?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: Principal Components in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Principal-Components/m-p/211564#M3005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK,but that still doesn't answer the question of how do I know which PC is which variable when the naming convention on the PC is PC-1, PC-2 etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2015 11:57:59 GMT</pubDate>
    <dc:creator>cophbulls</dc:creator>
    <dc:date>2015-05-08T11:57:59Z</dc:date>
    <item>
      <title>Principal Components</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Principal-Components/m-p/211562#M3003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is probably a reflection of my naivete but how, once running the principal component node, does one identify which dimensions (which means to me fields or variables) that the PCA selected to keep? I have fiddled with this node for a while and notice that when the max selector is taken off, in my model at least, the PCA node selects the same number of PCs that i have as input(independent) variables. Additionally in the results it has the inputs listed alphabetically and in another table has the exact same number of eigenvalues listed by value size but the naming convention is PC-1 PC-2 etc rather than the name of the field chosen.So i am guessing there is some kind of one-to-one correlation but I am not figuring out how this worked. I have a basic understanding of how PCAs work and what eigenvalues and vectors are.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 20:23:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Principal-Components/m-p/211562#M3003</guid>
      <dc:creator>cophbulls</dc:creator>
      <dc:date>2015-05-07T20:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Principal Components</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Principal-Components/m-p/211563#M3004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The method uses all variables, but transforms them via linear combinations. You can then choose to use only a certain amount of the eigenvectors in your regression, but you still need all of your original variables to create the eigenvectors. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 01:39:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Principal-Components/m-p/211563#M3004</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-05-08T01:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Principal Components</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Principal-Components/m-p/211564#M3005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK,but that still doesn't answer the question of how do I know which PC is which variable when the naming convention on the PC is PC-1, PC-2 etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 11:57:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Principal-Components/m-p/211564#M3005</guid>
      <dc:creator>cophbulls</dc:creator>
      <dc:date>2015-05-08T11:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Principal Components</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Principal-Components/m-p/211565#M3006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A PC is a linear combination of the input variables, not a single variable.&amp;nbsp; You can see from the Principal Components Coefficient plot or table how each variable contributes to each PC.&amp;nbsp; Or you can view the Score Code to see the linear equation for creating each PC variable, e.g. (JOB and REASON are nominal inputs):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PC_1 =&lt;/P&gt;&lt;P&gt;2.4684632E-7*JOB_1_+&lt;/P&gt;&lt;P&gt;8.5513858E-7*JOB_2_+&lt;/P&gt;&lt;P&gt;9.0167328E-7*JOB_3_+&lt;/P&gt;&lt;P&gt;2.0593746E-6*JOB_4_+&lt;/P&gt;&lt;P&gt;1.6843513E-6*JOB_5_+&lt;/P&gt;&lt;P&gt;1.2073992E-7*JOB_6_+&lt;/P&gt;&lt;P&gt;2.8210926E-7*JOB_7_+&lt;/P&gt;&lt;P&gt;2.4579164E-7*REASON_1_+&lt;/P&gt;&lt;P&gt;4.0859942E-6*REASON_2_+&lt;/P&gt;&lt;P&gt;1.8184475E-6*REASON_3_+ ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 13:11:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Principal-Components/m-p/211565#M3006</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2015-05-08T13:11:40Z</dc:date>
    </item>
  </channel>
</rss>

