<?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: Proc Logistic ( NOTE At least one element of the (projected) gradient is greater than 1e-3) in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-NOTE-At-least-one-element-of-the-projected/m-p/960266#M48095</link>
    <description>&lt;P&gt;There are some alternative ways in&lt;BR /&gt;&lt;SPAN&gt;... &lt;/SPAN&gt;&lt;A href="http://support.sas.com/kb/53376.html" target="_blank"&gt;SAS Note 53376&lt;/A&gt;&lt;SPAN&gt;: "Computing p-values for odds ratios."&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2&gt;Usage Note&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;53376:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/I&gt;Computing p-values for odds ratios&lt;/H2&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/53/376.html" target="_blank"&gt;https://support.sas.com/kb/53/376.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ciao, Koen&lt;/P&gt;</description>
    <pubDate>Wed, 26 Feb 2025 15:37:54 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2025-02-26T15:37:54Z</dc:date>
    <item>
      <title>Proc Logistic ( NOTE At least one element of the (projected) gradient is greater than 1e-3)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-NOTE-At-least-one-element-of-the-projected/m-p/960263#M48094</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to run the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc logistic data=l;&lt;BR /&gt;class trt(ref="0") group&amp;nbsp; GR1 GR1/ param=ref;&lt;BR /&gt;model crit(event="1")= trt&amp;nbsp; group BASE GR1 GR1 / alpha=0.05 expb plcl plrl lackfit orpvalue;&lt;BR /&gt;Run;&lt;/P&gt;&lt;P&gt;base is continuous variable, all others are binary. I get the following NOTE:&amp;nbsp;At least one element of the (projected) gradient is greater than 1e-3 and it looks that this is due to calculating p-value. if&amp;nbsp;orpvalue removed from the model statement, this note is not present anymore.&amp;nbsp; Is there any other way to calculate p-value for Odds Ratio with proc logistic or example of how to do this with proc glimmix or genmode?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2025 15:31:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-NOTE-At-least-one-element-of-the-projected/m-p/960263#M48094</guid>
      <dc:creator>VioletaB</dc:creator>
      <dc:date>2025-02-26T15:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic ( NOTE At least one element of the (projected) gradient is greater than 1e-3)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-NOTE-At-least-one-element-of-the-projected/m-p/960266#M48095</link>
      <description>&lt;P&gt;There are some alternative ways in&lt;BR /&gt;&lt;SPAN&gt;... &lt;/SPAN&gt;&lt;A href="http://support.sas.com/kb/53376.html" target="_blank"&gt;SAS Note 53376&lt;/A&gt;&lt;SPAN&gt;: "Computing p-values for odds ratios."&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2&gt;Usage Note&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;53376:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/I&gt;Computing p-values for odds ratios&lt;/H2&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/53/376.html" target="_blank"&gt;https://support.sas.com/kb/53/376.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ciao, Koen&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2025 15:37:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-NOTE-At-least-one-element-of-the-projected/m-p/960266#M48095</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2025-02-26T15:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic ( NOTE At least one element of the (projected) gradient is greater than 1e-3)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-NOTE-At-least-one-element-of-the-projected/m-p/960356#M48096</link>
      <description>Not sure. But deserve to try option FIRTH:&lt;BR /&gt;&lt;BR /&gt;model crit(event="1")= trt  group BASE GR1 GR1 / firth ;</description>
      <pubDate>Thu, 27 Feb 2025 02:12:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-NOTE-At-least-one-element-of-the-projected/m-p/960356#M48096</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2025-02-27T02:12:48Z</dc:date>
    </item>
  </channel>
</rss>

