<?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 hpgenselect  output odds ratio in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-hpgenselect-output-odds-ratio/m-p/651043#M195280</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/72105"&gt;@lillymaginta&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think&amp;nbsp;PROC HPGENSELECT can output such things.&lt;/P&gt;
&lt;P&gt;You will have better chance using PROC LOGISTIC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 May 2020 11:27:37 GMT</pubDate>
    <dc:creator>ed_sas_member</dc:creator>
    <dc:date>2020-05-27T11:27:37Z</dc:date>
    <item>
      <title>proc hpgenselect  output odds ratio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-hpgenselect-output-odds-ratio/m-p/651039#M195278</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc hpgenselect data=cd1;
class ut (ref= '1') gender / param = ref;
model ut= age gender/ dist=mult link=glogit;
   selection method=forward (choose=aicc) details=all;
   run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Would it be possible to output odds ratio from hpgselect? The above code provides parameter estimates only&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 11:07:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-hpgenselect-output-odds-ratio/m-p/651039#M195278</guid>
      <dc:creator>lillymaginta</dc:creator>
      <dc:date>2020-05-27T11:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: proc hpgenselect  output odds ratio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-hpgenselect-output-odds-ratio/m-p/651043#M195280</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/72105"&gt;@lillymaginta&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think&amp;nbsp;PROC HPGENSELECT can output such things.&lt;/P&gt;
&lt;P&gt;You will have better chance using PROC LOGISTIC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 11:27:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-hpgenselect-output-odds-ratio/m-p/651043#M195280</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-05-27T11:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: proc hpgenselect  output odds ratio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-hpgenselect-output-odds-ratio/m-p/651046#M195283</link>
      <description>&lt;P&gt;Thank you but would it be possible to specify the forward selection based on AIC in proc logistic?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 11:40:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-hpgenselect-output-odds-ratio/m-p/651046#M195283</guid>
      <dc:creator>lillymaginta</dc:creator>
      <dc:date>2020-05-27T11:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: proc hpgenselect  output odds ratio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-hpgenselect-output-odds-ratio/m-p/651048#M195285</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/72105"&gt;@lillymaginta&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this case, I would suggest to switch to PRO&lt;SPAN&gt;C HPLOGISTIC procedure is a high-performance statistical procedure that fits logistic regression models for binary, binomial, and multinomial data on the SAS appliance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The SELECTION statements allow to use AICC:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc hplogistic data=...;
	model ...;
	selection method= forward (select= AICC);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 11:44:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-hpgenselect-output-odds-ratio/m-p/651048#M195285</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-05-27T11:44:22Z</dc:date>
    </item>
  </channel>
</rss>

