<?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: proc logistic - stepwise regression - output only best model in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-logistic-stepwise-regression-output-only-best-model/m-p/426852#M22545</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods select  ModelBuildingSummary  ParameterEstimates;
proc logistic data=sashelp.class;
model sex=age weight height/selection=backward;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 11 Jan 2018 12:30:08 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2018-01-11T12:30:08Z</dc:date>
    <item>
      <title>proc logistic - stepwise regression - output only best model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-logistic-stepwise-regression-output-only-best-model/m-p/426802#M22544</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone please tell me how to output only best model from stepwise and backwise&amp;nbsp; method in proc logistic?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 09:04:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-logistic-stepwise-regression-output-only-best-model/m-p/426802#M22544</guid>
      <dc:creator>Matt3</dc:creator>
      <dc:date>2018-01-11T09:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: proc logistic - stepwise regression - output only best model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-logistic-stepwise-regression-output-only-best-model/m-p/426852#M22545</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods select  ModelBuildingSummary  ParameterEstimates;
proc logistic data=sashelp.class;
model sex=age weight height/selection=backward;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Jan 2018 12:30:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-logistic-stepwise-regression-output-only-best-model/m-p/426852#M22545</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-01-11T12:30:08Z</dc:date>
    </item>
  </channel>
</rss>

