<?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 Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Principal-Components/m-p/439237#M282395</link>
    <description>&lt;P&gt;Yeah I know that but my task is to compare the models extracted by each method (Principal Components Regression and Partial Least Squares Regression), so both have to be done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2018 11:52:28 GMT</pubDate>
    <dc:creator>gstratis</dc:creator>
    <dc:date>2018-02-22T11:52:28Z</dc:date>
    <item>
      <title>Principal Components</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Principal-Components/m-p/439230#M282393</link>
      <description>&lt;P&gt;Good Morning to everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been carrying out PCA on my data in order to reduce the dimensionality and I have concluded to extract 2 Principal Components which explain 85% of the variation in the data set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is, is there a way which I can model these two PC's with my response variable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 11:29:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Principal-Components/m-p/439230#M282393</guid>
      <dc:creator>gstratis</dc:creator>
      <dc:date>2018-02-22T11:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Principal Components</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Principal-Components/m-p/439236#M282394</link>
      <description>&lt;P&gt;Use Partial Least Squares. Do not use the Principal Components for modeling a Y variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PLS extracts components that are as predictive as possible of the Y variable, given the constraint that the components are perpendicular to each other. PCA extracts components which are perpendicular to each other, that ignore the Y variable and so may not be predictive at all.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 11:50:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Principal-Components/m-p/439236#M282394</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-02-22T11:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Principal Components</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Principal-Components/m-p/439237#M282395</link>
      <description>&lt;P&gt;Yeah I know that but my task is to compare the models extracted by each method (Principal Components Regression and Partial Least Squares Regression), so both have to be done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 11:52:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Principal-Components/m-p/439237#M282395</guid>
      <dc:creator>gstratis</dc:creator>
      <dc:date>2018-02-22T11:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Principal Components</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Principal-Components/m-p/439313#M282396</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/191183"&gt;@gstratis&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question is, is there a way which I can model these two PC's with my response variable?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Didn't you address this in your other thread? You were running PROC PLS with the PCR method selected.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 15:07:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Principal-Components/m-p/439313#M282396</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-02-22T15:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Principal Components</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Principal-Components/m-p/439363#M282397</link>
      <description>&lt;P&gt;Yes I did,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was just wondering if there is another way of doing it so I could verify me results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 16:48:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Principal-Components/m-p/439363#M282397</guid>
      <dc:creator>gstratis</dc:creator>
      <dc:date>2018-02-22T16:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Principal Components</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Principal-Components/m-p/439463#M282398</link>
      <description>&lt;P&gt;You save the PCA scores, then use these scores as the X-variables in your regression.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I was just wondering if there is another way of doing it so I could verify me results.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You are implying that the results of PROC PLS with the PCR option need to be verified somehow?? I'm not aware of any such need to verify that PROC PLS is giving the right results, it seems to me that SAS has done that already so you don't have to.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 21:04:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Principal-Components/m-p/439463#M282398</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-02-22T21:04:30Z</dc:date>
    </item>
  </channel>
</rss>

