<?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 Model Selection to only print the top model in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Model-Selection-to-only-print-the-top-model/m-p/476890#M24825</link>
    <description>&lt;P&gt;Is there a way for when I use this:&lt;/P&gt;&lt;PRE&gt;proc reg data=have;
model Y=X1 X2 X3 X4 X5/ selection=adjrsq cp aic sbc RMSE;
by hour;
run;&lt;/PRE&gt;&lt;P&gt;I only get the top, best model for example based on RMSE?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now when I run this, It shows me all possible models from best to worst.&lt;/P&gt;&lt;P&gt;I would just like to get the top one&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jul 2018 17:57:26 GMT</pubDate>
    <dc:creator>matt23</dc:creator>
    <dc:date>2018-07-10T17:57:26Z</dc:date>
    <item>
      <title>Model Selection to only print the top model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Model-Selection-to-only-print-the-top-model/m-p/476890#M24825</link>
      <description>&lt;P&gt;Is there a way for when I use this:&lt;/P&gt;&lt;PRE&gt;proc reg data=have;
model Y=X1 X2 X3 X4 X5/ selection=adjrsq cp aic sbc RMSE;
by hour;
run;&lt;/PRE&gt;&lt;P&gt;I only get the top, best model for example based on RMSE?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now when I run this, It shows me all possible models from best to worst.&lt;/P&gt;&lt;P&gt;I would just like to get the top one&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 17:57:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Model-Selection-to-only-print-the-top-model/m-p/476890#M24825</guid>
      <dc:creator>matt23</dc:creator>
      <dc:date>2018-07-10T17:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Model Selection to only print the top model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Model-Selection-to-only-print-the-top-model/m-p/476918#M24826</link>
      <description>&lt;P&gt;Have a look at the BEST= option&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 19:42:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Model-Selection-to-only-print-the-top-model/m-p/476918#M24826</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-07-10T19:42:15Z</dc:date>
    </item>
  </channel>
</rss>

