<?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 create a PROC LOGISTIC table with parameter estimates, Oddsratio, p-value, and n? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-a-PROC-LOGISTIC-table-with-parameter-estimates/m-p/411680#M100646</link>
    <description>&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'll have to capture the tables and combine them to what you want, but most of the information should be in an ODS table called ParameterEstimates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the link above for detailed instructions.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2017 20:30:13 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-11-08T20:30:13Z</dc:date>
    <item>
      <title>How to create a PROC LOGISTIC table with parameter estimates, Oddsratio, p-value, and n?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-a-PROC-LOGISTIC-table-with-parameter-estimates/m-p/411659#M100635</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm very new to the PROC LOGISTIC statement. I would like to create a table from PROC LOGISTIC, which include parameter estimates, oddsradio, p-value, and number of observations. There are hundreds of variables in my by statement, so it's so time consuming to copy and paste. My current code is like this:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc logistic data=srvc2015 noprint outest=out.PE2015;&lt;BR /&gt;by VarName;&lt;BR /&gt;model opioids = Value ;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm wondering if there are some options I could add to it. If there are some options can generate odds-ratio tables or p-value tables, I can merge them together too. Appreciate all the help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 20:16:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-a-PROC-LOGISTIC-table-with-parameter-estimates/m-p/411659#M100635</guid>
      <dc:creator>huhuhu</dc:creator>
      <dc:date>2017-11-08T20:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a PROC LOGISTIC table with parameter estimates, Oddsratio, p-value, and n?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-a-PROC-LOGISTIC-table-with-parameter-estimates/m-p/411680#M100646</link>
      <description>&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'll have to capture the tables and combine them to what you want, but most of the information should be in an ODS table called ParameterEstimates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the link above for detailed instructions.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 20:30:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-a-PROC-LOGISTIC-table-with-parameter-estimates/m-p/411680#M100646</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-08T20:30:13Z</dc:date>
    </item>
  </channel>
</rss>

