<?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: Miner - Force Variable in Regression in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Miner-Force-Variable-in-Regression/m-p/390759#M5916</link>
    <description>&lt;P&gt;It appears the instructions are not quite complete if you want to do further selection. &amp;nbsp;If you follow those steps and review the Output window in the Regression node results, you will likely find something like the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/*** BEGIN EXCERPT ***/&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;NOTE: The stepwise model building process has reached the MAXSTEP= 0 limit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The selected model is the model trained in the last step (Step 0). It consists of the following effects:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/*** END EXCERPT ***/&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;STRONG&gt;Maximum Number of Steps&lt;/STRONG&gt; property in the &lt;STRONG&gt;Selection Options&lt;/STRONG&gt; dialog is set to 0 by default which means that no steps will be taken unless you change that value. &amp;nbsp;Setting Maximum Number of Steps = 5 will allow the stepwise regression to take up to 5 steps before stopping. &amp;nbsp; Try modifying this option and let me know if that doesn't solve the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Doug&lt;/P&gt;</description>
    <pubDate>Thu, 24 Aug 2017 20:52:51 GMT</pubDate>
    <dc:creator>DougWielenga</dc:creator>
    <dc:date>2017-08-24T20:52:51Z</dc:date>
    <item>
      <title>Miner - Force Variable in Regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Miner-Force-Variable-in-Regression/m-p/389762#M5909</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to force a variable to stay within a stepwise regression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I follow the instructions published on "SAS Notes", it only retains that particular variable and no longer goes through the stepwise selection process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to let the program do the selection for me, but make sure to keep that particular variable as one of the selected?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The instructions were as follows:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Set the Selection Model property to &lt;STRONG&gt;Backward&lt;/STRONG&gt;, &lt;STRONG&gt;Forward&lt;/STRONG&gt;, or &lt;STRONG&gt;Stepwise&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Set the Use Selection Defaults property to &lt;STRONG&gt;No&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Click the Selection Options &lt;STRONG&gt;...&lt;/STRONG&gt; property. A Selection Options window is displayed.&lt;/LI&gt;&lt;LI&gt;In the Force Candidate Effects property, enter the number of variables that you want to force into the model. Click &lt;STRONG&gt;OK&lt;/STRONG&gt; to close the Selection Options window.&lt;/LI&gt;&lt;LI&gt;Change the User Terms property to &lt;STRONG&gt;Yes&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Click the Term Editor &lt;STRONG&gt;...&lt;/STRONG&gt; property. A Term window is displayed.&lt;/LI&gt;&lt;LI&gt;One at a time, click the variable that you want to force into the model, click the right-arrow button, and click &lt;STRONG&gt;Save&lt;/STRONG&gt;. Make sure that the variables that you want to include are listed first. When finished, click &lt;STRONG&gt;OK&lt;/STRONG&gt; to close the Term window.&lt;/LI&gt;&lt;LI&gt;Run the node.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 11:02:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Miner-Force-Variable-in-Regression/m-p/389762#M5909</guid>
      <dc:creator>jhwang</dc:creator>
      <dc:date>2017-08-22T11:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Miner - Force Variable in Regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Miner-Force-Variable-in-Regression/m-p/390759#M5916</link>
      <description>&lt;P&gt;It appears the instructions are not quite complete if you want to do further selection. &amp;nbsp;If you follow those steps and review the Output window in the Regression node results, you will likely find something like the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/*** BEGIN EXCERPT ***/&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;NOTE: The stepwise model building process has reached the MAXSTEP= 0 limit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The selected model is the model trained in the last step (Step 0). It consists of the following effects:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/*** END EXCERPT ***/&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;STRONG&gt;Maximum Number of Steps&lt;/STRONG&gt; property in the &lt;STRONG&gt;Selection Options&lt;/STRONG&gt; dialog is set to 0 by default which means that no steps will be taken unless you change that value. &amp;nbsp;Setting Maximum Number of Steps = 5 will allow the stepwise regression to take up to 5 steps before stopping. &amp;nbsp; Try modifying this option and let me know if that doesn't solve the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Doug&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 20:52:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Miner-Force-Variable-in-Regression/m-p/390759#M5916</guid>
      <dc:creator>DougWielenga</dc:creator>
      <dc:date>2017-08-24T20:52:51Z</dc:date>
    </item>
  </channel>
</rss>

