<?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 Freezing variables in regression in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Freezing-variables-in-regression/m-p/178574#M9252</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using proc regression and i want to freeze a few variables. In other words, i dont want a few variables to get dropped. I'm trying to build a code, which can be used going forward. And where the user does not need to keep manually force including these variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas how i can take this forward?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nimish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 May 2014 12:57:36 GMT</pubDate>
    <dc:creator>Nimish_Vaddiparti</dc:creator>
    <dc:date>2014-05-30T12:57:36Z</dc:date>
    <item>
      <title>Freezing variables in regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Freezing-variables-in-regression/m-p/178574#M9252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using proc regression and i want to freeze a few variables. In other words, i dont want a few variables to get dropped. I'm trying to build a code, which can be used going forward. And where the user does not need to keep manually force including these variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas how i can take this forward?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nimish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 12:57:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Freezing-variables-in-regression/m-p/178574#M9252</guid>
      <dc:creator>Nimish_Vaddiparti</dc:creator>
      <dc:date>2014-05-30T12:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Freezing variables in regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Freezing-variables-in-regression/m-p/178575#M9253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put INCLUDE=n&amp;nbsp; in model statement, that forces the first n independent variables listed in the MODEL statement to be included in all models.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naeem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 13:20:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Freezing-variables-in-regression/m-p/178575#M9253</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-05-30T13:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Freezing variables in regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Freezing-variables-in-regression/m-p/178576#M9254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help with the statement? As in where should i add the include option?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Nimish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 16:05:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Freezing-variables-in-regression/m-p/178576#M9254</guid>
      <dc:creator>Nimish_Vaddiparti</dc:creator>
      <dc:date>2014-06-19T16:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Freezing variables in regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Freezing-variables-in-regression/m-p/178577#M9255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc reg data=have;&lt;/P&gt;&lt;P&gt;model&amp;nbsp; y=x1 x2 x3 x4/include=2 selection=forward;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First two variables x1 and x2 will be included in the model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naeem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 16:52:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Freezing-variables-in-regression/m-p/178577#M9255</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-06-19T16:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Freezing variables in regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Freezing-variables-in-regression/m-p/178578#M9256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naeem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking to use the regression output to build a new model. Lets say i have 10 variables in my initial model. And out of the 10, 2 have a high p -value. Now, I want to rerun my regression equation, after excluding these two variables, without having to manually write the code. Is this possible? If yes, can you suggest the best way forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nimish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 07:52:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Freezing-variables-in-regression/m-p/178578#M9256</guid>
      <dc:creator>Nimish_Vaddiparti</dc:creator>
      <dc:date>2014-06-24T07:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Freezing variables in regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Freezing-variables-in-regression/m-p/178579#M9257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any cut off value to decide whether p-value high or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naeem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 15:02:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Freezing-variables-in-regression/m-p/178579#M9257</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-06-24T15:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Freezing variables in regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Freezing-variables-in-regression/m-p/178580#M9258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't like the idea of automating this based on fixed p values. Model building should involve judgements and interpretation. All the stepwise procedures are VERY dangerous to start with, unless derived models are tested on independent data (at a minimum). p values can be very misleading in stepwise procedures. I highly recommend that you check out the GLMSELECT procedure for better ways of selecting predictor variables. The SAS Global Forum has some nice articles on use of this procedure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 15:21:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Freezing-variables-in-regression/m-p/178580#M9258</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2014-06-24T15:21:43Z</dc:date>
    </item>
  </channel>
</rss>

