<?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: Forward selection Method.... in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Forward-selection-Method/m-p/174762#M9016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code is fine for forward selection.&amp;nbsp; My objection is to that particular methodology, which has been shown to lead to major problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Feb 2015 15:51:09 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2015-02-20T15:51:09Z</dc:date>
    <item>
      <title>Forward selection Method....</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Forward-selection-Method/m-p/174759#M9013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could anyone knows please clarify my doubt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have one dept variable "depvar" and&lt;/P&gt;&lt;P&gt;10 covariates - covar1 covar2 covar3 covar4 covar5 covar6 covar7 covar8 covar9 covar10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have to display type3 with p-vlaues using proc glm by using forward selection method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i start and select covariates by using forward seletion method ? in SAP i dn't have any info related to forward selection method so what should i do in this case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me out from this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and one more question what is ment by forwards selection method and why we have to use?? what is the purpose behind this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards &amp;amp; Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 08:47:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Forward-selection-Method/m-p/174759#M9013</guid>
      <dc:creator>HimaAalamuri</dc:creator>
      <dc:date>2015-02-19T08:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Forward selection Method....</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Forward-selection-Method/m-p/174760#M9014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forward selection is a widely discredited model building tool that leaves you with a model that fits your data, but has almost no relevance to anything else.&amp;nbsp; It is available in a wide variety of procedures, although not in PROC GLM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is not in your analysis plan, work with whoever thinks this is a good idea, and convince them to try some other method.&amp;nbsp; LAR, LASSO and ELASTICNET are all available in PROC GLMSELECT.&amp;nbsp; Combined with model averaging, you may develop a decent model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the following "Stopping stepwise: Why stepwise and similar selection methods are bad, and what you should use".&amp;nbsp; Here is the link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nesug.org/proceedings/nesug07/sa/sa07.pdf"&gt;http://www.nesug.org/proceedings/nesug07/sa/sa07.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 17:42:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Forward-selection-Method/m-p/174760#M9014</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-02-19T17:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Forward selection Method....</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Forward-selection-Method/m-p/174761#M9015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much SteveDenham! &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc Glmselect: i used following code to display type3 p-value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc glmselect data=&amp;lt;datasetname&amp;gt;;&lt;/P&gt;&lt;P&gt;model deptval=covar1 covar2 covar3 ......................... covar20/ selection=forward(select=SL choose=AIC);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problems are:&lt;/P&gt;&lt;P&gt;1) in my SAP they won't mention any selection methoeds for forward like "AIC/Rsequre etc..", i only consider "AIC" in my model is it correct or not?&lt;/P&gt;&lt;P&gt;2) but in output they mentioned like this "the SAS type 3 p-values will be used to test (two-side) whether the impact of ach covariate is statistically significant at % significance level.&amp;nbsp; note that a type 3 p-value for a covariate&amp;nbsp; is comuted adjusting for all other coavariates in the model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so based on above points my code is correct or not? may i modify anything please suggest !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 09:11:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Forward-selection-Method/m-p/174761#M9015</guid>
      <dc:creator>HimaAalamuri</dc:creator>
      <dc:date>2015-02-20T09:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Forward selection Method....</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Forward-selection-Method/m-p/174762#M9016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code is fine for forward selection.&amp;nbsp; My objection is to that particular methodology, which has been shown to lead to major problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 15:51:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Forward-selection-Method/m-p/174762#M9016</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-02-20T15:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Forward selection Method....</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Forward-selection-Method/m-p/174763#M9017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another alternative to forward selection is PROC PLS.&lt;/P&gt;&lt;P&gt;(and I agree with @SteveDenham that forward selection has been discredited, and I wish SAS would remove it from PROC REG, but I doubt they will)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 16:10:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Forward-selection-Method/m-p/174763#M9017</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2015-02-20T16:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Forward selection Method....</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Forward-selection-Method/m-p/174764#M9018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi SteveDenham &amp;amp; paigemiller,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by using proc glmselect we get pvalue at 0.20 but i want at 0.05 then how can i get?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i am using sle=0.05 &amp;amp; sls=0.05, i am sure sle=0.05 but what is the use of sls=0.05 option? please let me know both options need to include or only one (Sle=0.05)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls suggest!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 04:49:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Forward-selection-Method/m-p/174764#M9018</guid>
      <dc:creator>HimaAalamuri</dc:creator>
      <dc:date>2015-02-24T04:49:13Z</dc:date>
    </item>
  </channel>
</rss>

