<?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: Output odds ratios from conditional logistic regression in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Output-odds-ratios-from-conditional-logistic-regression/m-p/206674#M11098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved with ODS TRACE ON&lt;/P&gt;&lt;P&gt;The output should be oddsratios and not &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;CLOddsWald&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2015 18:25:03 GMT</pubDate>
    <dc:creator>ammarhm</dc:creator>
    <dc:date>2015-07-20T18:25:03Z</dc:date>
    <item>
      <title>Output odds ratios from conditional logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Output-odds-ratios-from-conditional-logistic-regression/m-p/206672#M11096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am trying to get the betas and the odds ratio from a conditional logistic regression as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;ods&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;output&lt;/SPAN&gt; CLOddsWald=log1 Parameterestimates=Est1;&lt;/P&gt;&lt;P class="p3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;SPAN class="s2"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;logistic&lt;/STRONG&gt;&lt;SPAN class="s2"&gt; &lt;/SPAN&gt;&lt;SPAN class="s1"&gt;data&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;=test ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;strata&lt;/SPAN&gt; crb;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;class&lt;/SPAN&gt; race sex;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="font-size: 10pt; line-height: 1.5em;"&gt;model case&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-size: 10pt; line-height: 1.5em;"&gt;event&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="s3" style="font-size: 10pt; line-height: 1.5em;"&gt;'1'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)= race sex age /&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="s1" style="font-size: 10pt; line-height: 1.5em;"&gt;rl&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;by&lt;/SPAN&gt; category;&lt;/P&gt;&lt;P class="p3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN class="s2"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s2"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s2"&gt;For some reason the proc logistic is failing to produce the log1 table with odds ratios, the other table Est1 is produced correctly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s2"&gt;This code, however,&amp;nbsp; works perfectly well without the strata option, ie the conditional regression where both output tables are generated!.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s2"&gt;Any idea?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s2"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s2"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p4"&gt;&lt;/P&gt;&lt;P class="p4"&gt;&lt;SPAN class="s2"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 17:54:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Output-odds-ratios-from-conditional-logistic-regression/m-p/206672#M11096</guid>
      <dc:creator>ammarhm</dc:creator>
      <dc:date>2015-07-20T17:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Output odds ratios from conditional logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Output-odds-ratios-from-conditional-logistic-regression/m-p/206673#M11097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error generated (warning)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;WARNING: Output 'CLOddsWald' was not created.&amp;nbsp; Make sure that the output object name, label, or path&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; is spelled correctly.&amp;nbsp; Also, verify that the appropriate procedure options are used to&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; produce the requested output object.&amp;nbsp; For example, verify that the NOPRINT option is not&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 18:20:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Output-odds-ratios-from-conditional-logistic-regression/m-p/206673#M11097</guid>
      <dc:creator>ammarhm</dc:creator>
      <dc:date>2015-07-20T18:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Output odds ratios from conditional logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Output-odds-ratios-from-conditional-logistic-regression/m-p/206674#M11098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved with ODS TRACE ON&lt;/P&gt;&lt;P&gt;The output should be oddsratios and not &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;CLOddsWald&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 18:25:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Output-odds-ratios-from-conditional-logistic-regression/m-p/206674#M11098</guid>
      <dc:creator>ammarhm</dc:creator>
      <dc:date>2015-07-20T18:25:03Z</dc:date>
    </item>
  </channel>
</rss>

