<?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 can I get each odds ratio’s p value in ordinal logistic model in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-each-odds-ratio-s-p-value-in-ordinal-logistic/m-p/633690#M187999</link>
    <description>&lt;P&gt;From the parameter estimates table? Or somewhere else?&lt;/P&gt;
&lt;P&gt;If you add that line to your PROC it will create a table called myParams that will have the estimates including p-values.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods output parameterEstimates = myParams;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you're not familiar with ODS tables here's some instructions and explanations on how to capture output that is shown. &lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/sastraining/2017/03/31/capturing-output-from-any-procedure-with-an-ods-output-statement/" target="_blank"&gt;https://blogs.sas.com/content/sastraining/2017/03/31/capturing-output-from-any-procedure-with-an-ods-output-statement/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/317673"&gt;@Rita10071&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Hi I would like to ask some question about p value of odds ratio in ordinal logistic model. Is it possible for me to have each odds ratio’s p value?&lt;BR /&gt;Thank you so much&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Mar 2020 17:46:46 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-03-20T17:46:46Z</dc:date>
    <item>
      <title>How can I get each odds ratio’s p value in ordinal logistic model</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-each-odds-ratio-s-p-value-in-ordinal-logistic/m-p/633680#M187992</link>
      <description>Hi I would like to ask some question about p value of odds ratio in ordinal logistic model. Is it possible for me to have each odds ratio’s p value?&lt;BR /&gt;Thank you so much</description>
      <pubDate>Fri, 20 Mar 2020 17:11:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-each-odds-ratio-s-p-value-in-ordinal-logistic/m-p/633680#M187992</guid>
      <dc:creator>Rita10071</dc:creator>
      <dc:date>2020-03-20T17:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get each odds ratio’s p value in ordinal logistic model</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-each-odds-ratio-s-p-value-in-ordinal-logistic/m-p/633690#M187999</link>
      <description>&lt;P&gt;From the parameter estimates table? Or somewhere else?&lt;/P&gt;
&lt;P&gt;If you add that line to your PROC it will create a table called myParams that will have the estimates including p-values.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods output parameterEstimates = myParams;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you're not familiar with ODS tables here's some instructions and explanations on how to capture output that is shown. &lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/sastraining/2017/03/31/capturing-output-from-any-procedure-with-an-ods-output-statement/" target="_blank"&gt;https://blogs.sas.com/content/sastraining/2017/03/31/capturing-output-from-any-procedure-with-an-ods-output-statement/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/317673"&gt;@Rita10071&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Hi I would like to ask some question about p value of odds ratio in ordinal logistic model. Is it possible for me to have each odds ratio’s p value?&lt;BR /&gt;Thank you so much&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 17:46:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-each-odds-ratio-s-p-value-in-ordinal-logistic/m-p/633690#M187999</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-03-20T17:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get each odds ratio’s p value in ordinal logistic model</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-each-odds-ratio-s-p-value-in-ordinal-logistic/m-p/633841#M188061</link>
      <description>Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/317673"&gt;@Rita10071&lt;/a&gt;, &lt;BR /&gt;&lt;BR /&gt;can you please share the 2*2 table you are using as a input or atleast the proc logistic statement code ? i can help you.</description>
      <pubDate>Sat, 21 Mar 2020 19:09:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-each-odds-ratio-s-p-value-in-ordinal-logistic/m-p/633841#M188061</guid>
      <dc:creator>sahoositaram555</dc:creator>
      <dc:date>2020-03-21T19:09:43Z</dc:date>
    </item>
  </channel>
</rss>

