<?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 Force a variable as a regressor during stepwise selection in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Force-a-variable-as-a-regressor-during-stepwise-selection/m-p/213696#M52697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000080; font-size: 12pt; font-family: Courier New;"&gt;reg&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; = clean_data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;outest&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; = data_a;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; volume = price factor1 factor2 factor3/selection = stepwise;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;output&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;=model_res&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000080; font-size: 12pt; font-family: Courier New;"&gt;quit&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;I have the above regression model using stepwise selection method. In the model, I want to keep price as a regressor (or explanatory variable) no matter how it is related to volume.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;How can I force the price as a regressor as the stepwise step won't remove it?&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Mar 2015 21:19:49 GMT</pubDate>
    <dc:creator>wutao9999</dc:creator>
    <dc:date>2015-03-31T21:19:49Z</dc:date>
    <item>
      <title>Force a variable as a regressor during stepwise selection</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Force-a-variable-as-a-regressor-during-stepwise-selection/m-p/213696#M52697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000080; font-size: 12pt; font-family: Courier New;"&gt;reg&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; = clean_data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;outest&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; = data_a;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; volume = price factor1 factor2 factor3/selection = stepwise;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;output&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;=model_res&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000080; font-size: 12pt; font-family: Courier New;"&gt;quit&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;I have the above regression model using stepwise selection method. In the model, I want to keep price as a regressor (or explanatory variable) no matter how it is related to volume.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;How can I force the price as a regressor as the stepwise step won't remove it?&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 21:19:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Force-a-variable-as-a-regressor-during-stepwise-selection/m-p/213696#M52697</guid>
      <dc:creator>wutao9999</dc:creator>
      <dc:date>2015-03-31T21:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Force a variable as a regressor during stepwise selection</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Force-a-variable-as-a-regressor-during-stepwise-selection/m-p/213697#M52698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the INCLUDE option with n=1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;&lt;STRONG&gt;INCLUDE=&lt;EM&gt;n&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="margin: 0 5px 1.4em;"&gt;forces the first &lt;EM style="font-weight: bold;"&gt;n&lt;/EM&gt; independent variables listed in the &lt;A href="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/statug_reg_sect013.htm" style="color: #000066;"&gt;MODEL&lt;/A&gt; statement to be included in all models. The selection methods are performed on the other variables in the &lt;A href="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/statug_reg_sect013.htm" style="color: #000066;"&gt;MODEL&lt;/A&gt; statement. The INCLUDE= option is not available with SELECTION=NONE.&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_reg_sect013.htm" title="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_reg_sect013.htm"&gt;SAS/STAT(R) 9.2 User's Guide, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 22:28:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Force-a-variable-as-a-regressor-during-stepwise-selection/m-p/213697#M52698</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-03-31T22:28:41Z</dc:date>
    </item>
  </channel>
</rss>

