<?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: About the proc MI in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/About-the-proc-MI/m-p/691657#M33358</link>
    <description>&lt;P&gt;when you have an interaction involving all the main effects in the model, the odds ratios are not reported by default.&amp;nbsp; Instead you need to use the ODDSRATIO statement to request the specific odds ratios you are interested in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The link below has a good discussion of how to report and request odds ratios when you have an interaction.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/24/455.html" target="_blank"&gt;https://support.sas.com/kb/24/455.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Oct 2020 20:01:18 GMT</pubDate>
    <dc:creator>SAS_Rob</dc:creator>
    <dc:date>2020-10-14T20:01:18Z</dc:date>
    <item>
      <title>About the proc MI</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/About-the-proc-MI/m-p/667200#M31857</link>
      <description>&lt;P&gt;Hello SAS users,&lt;/P&gt;&lt;P&gt;Can anyone help me figure out why i'm not getting a SAS dataset containing the odds ratio in this code? I used the OD Output statement as i was modelling off from this paper below....but the OD OUTPUT statement in mine did not create the Odds Ratio output.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChuksManuel_0-1594047512021.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/46951i85FABCE7A545EA24/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChuksManuel_0-1594047512021.png" alt="ChuksManuel_0-1594047512021.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here's my code&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc logistic data =newnsch3c;
class   smokes(Ref= '0') composite (ref='0')/param=glm ;
Model asthma (event ='1') = smokes composite smokes*composite;
ODS OUTPUT PARAMETERESTIMATES=lgsparms ODDSRATIOS=lgsodds;
BY _Imputation_;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Please any help will be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 06 Jul 2020 15:02:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/About-the-proc-MI/m-p/667200#M31857</guid>
      <dc:creator>ChuksManuel</dc:creator>
      <dc:date>2020-07-06T15:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: About the proc MI</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/About-the-proc-MI/m-p/667265#M31858</link>
      <description>&lt;P&gt;Without seeing the log, and maybe the dataset newnsch3c, I'm not too sure why you aren't getting any odds ratios.&amp;nbsp; I suspect it has something to do with what you did earlier in PROC MI to generate the dataset, so perhaps you could share that code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 18:41:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/About-the-proc-MI/m-p/667265#M31858</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-07-06T18:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: About the proc MI</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/About-the-proc-MI/m-p/691652#M33357</link>
      <description>&lt;P&gt;Could you please attach a paper, or tell which paper it is that you got the picture from?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 19:43:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/About-the-proc-MI/m-p/691652#M33357</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2020-10-14T19:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: About the proc MI</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/About-the-proc-MI/m-p/691657#M33358</link>
      <description>&lt;P&gt;when you have an interaction involving all the main effects in the model, the odds ratios are not reported by default.&amp;nbsp; Instead you need to use the ODDSRATIO statement to request the specific odds ratios you are interested in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The link below has a good discussion of how to report and request odds ratios when you have an interaction.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/24/455.html" target="_blank"&gt;https://support.sas.com/kb/24/455.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 20:01:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/About-the-proc-MI/m-p/691657#M33358</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2020-10-14T20:01:18Z</dc:date>
    </item>
  </channel>
</rss>

