<?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 How to output odds ratios in Proc logistic as data set? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-output-odds-ratios-in-Proc-logistic-as-data-set/m-p/414191#M280003</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am running a logistic regression and want to output&amp;nbsp; "Odds Ratio Estimates" and "Analysis of Maximum Likelihood Estimates" tables as SAS data set. Because this is easy for me to compare the odds ratios in different regressions. Any help will be appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks much!&lt;/P&gt;
&lt;DIV class="branch"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Thu, 16 Nov 2017 23:41:24 GMT</pubDate>
    <dc:creator>chenyiwen1717</dc:creator>
    <dc:date>2017-11-16T23:41:24Z</dc:date>
    <item>
      <title>How to output odds ratios in Proc logistic as data set?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-output-odds-ratios-in-Proc-logistic-as-data-set/m-p/414191#M280003</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am running a logistic regression and want to output&amp;nbsp; "Odds Ratio Estimates" and "Analysis of Maximum Likelihood Estimates" tables as SAS data set. Because this is easy for me to compare the odds ratios in different regressions. Any help will be appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks much!&lt;/P&gt;
&lt;DIV class="branch"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Nov 2017 23:41:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-output-odds-ratios-in-Proc-logistic-as-data-set/m-p/414191#M280003</guid>
      <dc:creator>chenyiwen1717</dc:creator>
      <dc:date>2017-11-16T23:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to output odds ratios in Proc logistic as data set?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-output-odds-ratios-in-Proc-logistic-as-data-set/m-p/414197#M280004</link>
      <description>&lt;P&gt;Submit the statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods trace on;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Submit your proc code.&amp;nbsp; Look at the log and find the names of the tables of interest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Specify their names on an ODS OUTPUT statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods output name1=data1 name2=data2;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Substitute the actual names for name1 and name2 and the data set names that you want.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 00:04:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-output-odds-ratios-in-Proc-logistic-as-data-set/m-p/414197#M280004</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-11-17T00:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to output odds ratios in Proc logistic as data set?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-output-odds-ratios-in-Proc-logistic-as-data-set/m-p/414198#M280005</link>
      <description>&lt;P&gt;Supper! I found what I want now.&amp;nbsp;Thank you so much!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 00:14:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-output-odds-ratios-in-Proc-logistic-as-data-set/m-p/414198#M280005</guid>
      <dc:creator>chenyiwen1717</dc:creator>
      <dc:date>2017-11-17T00:14:10Z</dc:date>
    </item>
  </channel>
</rss>

