<?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: How to output odds ratios in Proc Genmod? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-output-odds-ratios-in-Proc-Genmod/m-p/167225#M263895</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much. It's working for the categorical variable gender!&lt;/P&gt;&lt;P&gt;When it comes to continuous variable, how to fit it to the estimate statement?&lt;/P&gt;&lt;P&gt;Thank you for your great help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Feb 2014 18:49:38 GMT</pubDate>
    <dc:creator>peppapig</dc:creator>
    <dc:date>2014-02-08T18:49:38Z</dc:date>
    <item>
      <title>How to output odds ratios in Proc Genmod?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-output-odds-ratios-in-Proc-Genmod/m-p/167223#M263893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;/*for continuous independent variable age*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC GENMOD DATA = TEMP;&lt;/P&gt;&lt;P&gt;CLASS ID age ;&lt;/P&gt;&lt;P&gt;MODEL Y (EVENT = '1')&amp;nbsp; = age /dist=bin link = logit; &lt;/P&gt;&lt;P&gt;REPEATED SUBJECT = ID /TYPE = exch;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*for categorical independent variable gender*/&lt;/P&gt;&lt;P&gt;PROC GENMOD DATA = TEMP;&lt;/P&gt;&lt;P&gt;CLASS ID gender ;&lt;/P&gt;&lt;P&gt;MODEL Y (EVENT = '1')&amp;nbsp; = gender /dist=bin link = logit; &lt;/P&gt;&lt;P&gt;REPEATED SUBJECT = ID /TYPE = exch;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Y is binary, 0 or 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 21:35:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-output-odds-ratios-in-Proc-Genmod/m-p/167223#M263893</guid>
      <dc:creator>peppapig</dc:creator>
      <dc:date>2014-02-07T21:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to output odds ratios in Proc Genmod?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-output-odds-ratios-in-Proc-Genmod/m-p/167224#M263894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use&amp;nbsp; estimate statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC GENMOD DATA = TEMP;&lt;/P&gt;&lt;P&gt;CLASS ID gender ;&lt;/P&gt;&lt;P&gt;MODEL Y (EVENT = '1')&amp;nbsp; = gender /dist=bin link = logit;&lt;/P&gt;&lt;P&gt;REPEATED SUBJECT = ID /TYPE = exch;&lt;/P&gt;&lt;P&gt;ESTIMATE 'GENDER EFFECT' gender 1 -1/EXP;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 22:54:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-output-odds-ratios-in-Proc-Genmod/m-p/167224#M263894</guid>
      <dc:creator>kaushal2040</dc:creator>
      <dc:date>2014-02-07T22:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to output odds ratios in Proc Genmod?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-output-odds-ratios-in-Proc-Genmod/m-p/167225#M263895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much. It's working for the categorical variable gender!&lt;/P&gt;&lt;P&gt;When it comes to continuous variable, how to fit it to the estimate statement?&lt;/P&gt;&lt;P&gt;Thank you for your great help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Feb 2014 18:49:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-output-odds-ratios-in-Proc-Genmod/m-p/167225#M263895</guid>
      <dc:creator>peppapig</dc:creator>
      <dc:date>2014-02-08T18:49:38Z</dc:date>
    </item>
  </channel>
</rss>

