<?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: Predicted Values with Backward Selection in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Predicted-Values-with-Backward-Selection/m-p/243453#M12832</link>
    <description>&lt;P&gt;Thank you this was the solution i was searching for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards, Shivi&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2016 11:37:56 GMT</pubDate>
    <dc:creator>Shivi82</dc:creator>
    <dc:date>2016-01-14T11:37:56Z</dc:date>
    <item>
      <title>Predicted Values with Backward Selection</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Predicted-Values-with-Backward-Selection/m-p/243417#M12829</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;
&lt;P&gt;i am on one of the courses offered from the SAS institute for learning &amp;amp; taking some clues which i will further add to one of my projects. this should be an easy fix i am guessing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;KIndly see the code that i have built:&lt;/P&gt;
&lt;P&gt;proc reg data = statdata.bodyfat2;&lt;BR /&gt;model PctBodyFat2= age weight height neck chest abdomen hip thigh knee ankle biceps forearm wrist&lt;BR /&gt;/selection=backward;&lt;BR /&gt;id weight;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As we all know the the elimination method will throw insignificant var one by one. My question here is that along with the elimination method i need to add "p" that calculates predicted values for a given value of x.&lt;/P&gt;
&lt;P&gt;Hence the code should look like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc reg data = statdata.bodyfat2;&lt;BR /&gt;model PctBodyFat2= age weight height neck chest abdomen hip thigh knee ankle biceps forearm wrist/p /selection=backward;&lt;BR /&gt;id weight;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;However&amp;nbsp;this throws an error. Kindly let me know if this is doable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards, Shivi&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 08:50:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Predicted-Values-with-Backward-Selection/m-p/243417#M12829</guid>
      <dc:creator>Shivi82</dc:creator>
      <dc:date>2016-01-14T08:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Predicted Values with Backward Selection</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Predicted-Values-with-Backward-Selection/m-p/243419#M12830</link>
      <description>&lt;P&gt;Check Documentation , Found this :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proc reg data = statdata.bodyfat2;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;model PctBodyFat2= age weight height neck chest abdomen hip thigh knee ankle biceps forearm wrist&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/selection=backward;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;id weight;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;output out=b&amp;nbsp;p=yhat ;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 09:03:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Predicted-Values-with-Backward-Selection/m-p/243419#M12830</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-01-14T09:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Predicted Values with Backward Selection</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Predicted-Values-with-Backward-Selection/m-p/243453#M12832</link>
      <description>&lt;P&gt;Thank you this was the solution i was searching for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards, Shivi&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 11:37:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Predicted-Values-with-Backward-Selection/m-p/243453#M12832</guid>
      <dc:creator>Shivi82</dc:creator>
      <dc:date>2016-01-14T11:37:56Z</dc:date>
    </item>
  </channel>
</rss>

