<?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 LR model identifies a predictor as significant, but OR=1 in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/LR-model-identifies-a-predictor-as-significant-but-OR-1/m-p/303563#M16134</link>
    <description>&lt;P&gt;I performed a logistic regression with stepwise selection, and a variable that was retained has on OR point estimate of 1.000, with 95% Wald CLs of 1.000-1.001.&amp;nbsp; Is this likely a glitch, or are the "true" point estimate and lower CL just a titch above 1 and victims of rounding (e.g., lower CL 1.00001, point estimate 1.00008)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code:&lt;/P&gt;&lt;P&gt;PROC LOGISTIC DATA=train;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLASS landcover (REF='11') / PARAM=REF;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODEL case (EVENT='1')=landcover water_pct temperature precipitation / SELECTION=STEPWISE;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Oct 2016 15:03:52 GMT</pubDate>
    <dc:creator>pcc25</dc:creator>
    <dc:date>2016-10-10T15:03:52Z</dc:date>
    <item>
      <title>LR model identifies a predictor as significant, but OR=1</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/LR-model-identifies-a-predictor-as-significant-but-OR-1/m-p/303563#M16134</link>
      <description>&lt;P&gt;I performed a logistic regression with stepwise selection, and a variable that was retained has on OR point estimate of 1.000, with 95% Wald CLs of 1.000-1.001.&amp;nbsp; Is this likely a glitch, or are the "true" point estimate and lower CL just a titch above 1 and victims of rounding (e.g., lower CL 1.00001, point estimate 1.00008)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code:&lt;/P&gt;&lt;P&gt;PROC LOGISTIC DATA=train;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLASS landcover (REF='11') / PARAM=REF;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODEL case (EVENT='1')=landcover water_pct temperature precipitation / SELECTION=STEPWISE;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 15:03:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/LR-model-identifies-a-predictor-as-significant-but-OR-1/m-p/303563#M16134</guid>
      <dc:creator>pcc25</dc:creator>
      <dc:date>2016-10-10T15:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: LR model identifies a predictor as significant, but OR=1</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/LR-model-identifies-a-predictor-as-significant-but-OR-1/m-p/303572#M16136</link>
      <description>&lt;P&gt;Because the variable was selected, I would guess the CI is [1 + epsilon, 1.001]. &amp;nbsp;You can use the ODS OUTPUT statement to see the full precision of the estimates:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods output OddsRatios=OR;

PROC LOGISTIC ...;
RUN;

proc print data=OR; 
format LowerCL UpperCL 16.14;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 10 Oct 2016 15:18:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/LR-model-identifies-a-predictor-as-significant-but-OR-1/m-p/303572#M16136</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-10-10T15:18:08Z</dc:date>
    </item>
  </channel>
</rss>

