<?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 Odds Ratio and CL all Equal 1 in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Odds-Ratio-and-CL-all-Equal-1/m-p/57334#M2666</link>
    <description>What does it mean if the Odds Ratio and 95% Wald Confidence Limits all Equal 1?&lt;BR /&gt;
I'm using Proc Logistic with a binary response and 11 predictors.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance for any help!&lt;BR /&gt;
&lt;BR /&gt;
P.S. the predictor in question is quantitative, as are about half of the other predictors.

Message was edited by: BTAinVA</description>
    <pubDate>Tue, 26 Apr 2011 20:17:14 GMT</pubDate>
    <dc:creator>BTAinRVA</dc:creator>
    <dc:date>2011-04-26T20:17:14Z</dc:date>
    <item>
      <title>Odds Ratio and CL all Equal 1</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Odds-Ratio-and-CL-all-Equal-1/m-p/57334#M2666</link>
      <description>What does it mean if the Odds Ratio and 95% Wald Confidence Limits all Equal 1?&lt;BR /&gt;
I'm using Proc Logistic with a binary response and 11 predictors.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance for any help!&lt;BR /&gt;
&lt;BR /&gt;
P.S. the predictor in question is quantitative, as are about half of the other predictors.

Message was edited by: BTAinVA</description>
      <pubDate>Tue, 26 Apr 2011 20:17:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Odds-Ratio-and-CL-all-Equal-1/m-p/57334#M2666</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2011-04-26T20:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Odds Ratio and CL all Equal 1</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Odds-Ratio-and-CL-all-Equal-1/m-p/57335#M2667</link>
      <description>It is very strange.&lt;BR /&gt;
If 95% Wald Confidence Limits all contain 1 ,then it only illustrate that your model is not very good, Maybe you miss some very important independent variable to influence the  response variable.&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
      <pubDate>Wed, 27 Apr 2011 01:35:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Odds-Ratio-and-CL-all-Equal-1/m-p/57335#M2667</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-04-27T01:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Odds Ratio and CL all Equal 1</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Odds-Ratio-and-CL-all-Equal-1/m-p/57336#M2668</link>
      <description>Ksharp,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the response. It is odd. There are no warnings or messages in the log. I'm trying to create a predictive model for customer behavior (0 = good, 1 = bad) based on a bunch of demographic data. Var1 in the model is Current Home Value and has a very right-skewed distribution. The dataset has 5429 observations, 2208 observations were deleted due to missing values for the response or explanatory variables.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Below is the log output and the Calculated Odds Ratios:&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
8       proc logistic data=Testdata5 desc outest=betas covout;&lt;BR /&gt;
9          class var5 var6 var8 var13 var14;&lt;BR /&gt;
10         model Cust_Type = var1 var5 var6 var8 var10 var13 var14 var15 var17-var20 var23&lt;BR /&gt;
11                      / selection=backward fast ctable&lt;BR /&gt;
12   /*                     slentry=0.05*/&lt;BR /&gt;
13                        slstay=0.1&lt;BR /&gt;
14   /*                     details*/&lt;BR /&gt;
15                        lackfit;&lt;BR /&gt;
16         output out=pred p=phat lower=lcl upper=ucl&lt;BR /&gt;
17                predprob=(individual crossvalidate);&lt;BR /&gt;
18      run;&lt;BR /&gt;
&lt;BR /&gt;
NOTE: PROC LOGISTIC is modeling the probability that Cust_Type=1.&lt;BR /&gt;
NOTE: Convergence criterion (GCONV=1E-8) satisfied in Step 0.&lt;BR /&gt;
NOTE: Convergence criterion (GCONV=1E-8) satisfied in Step 1.&lt;BR /&gt;
NOTE: There were 5429 observations read from the data set TESTDATA5.&lt;BR /&gt;
NOTE: The data set WORK.BETAS has 25 observations and 29 variables.&lt;BR /&gt;
NOTE: The data set WORK.PRED has 5429 observations and 41 variables.&lt;BR /&gt;
NOTE: PROCEDURE LOGISTIC used (Total process time):&lt;BR /&gt;
      real time           5.34 seconds&lt;BR /&gt;
      cpu time            0.54 seconds&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
               Odds Ratio Estimates&lt;BR /&gt;
&lt;BR /&gt;
                        Point          95% Wald&lt;BR /&gt;
Effect               Estimate      Confidence Limits&lt;BR /&gt;
&lt;BR /&gt;
var1                      1.000       1.000       1.000&lt;BR /&gt;
var6  M vs U          0.772       0.639       0.932&lt;BR /&gt;
var6  S vs U          0.724       0.533       0.983&lt;BR /&gt;
var8  H vs U          0.669       0.410       1.093&lt;BR /&gt;
var8  R vs U          1.454       0.844       2.506&lt;BR /&gt;
var10                    0.989       0.979       0.999&lt;BR /&gt;
var13 01 vs 06       1.228       0.883       1.707&lt;BR /&gt;
var13 02 vs 06       1.579       1.131       2.205&lt;BR /&gt;
var13 04 vs 06       1.593       1.119       2.270&lt;BR /&gt;
var13 05 vs 06       1.949       1.258       3.019&lt;BR /&gt;
var14 0 vs 4          1.778       1.269       2.489&lt;BR /&gt;
var14 1 vs 4          1.273       0.960       1.689&lt;BR /&gt;
var14 2 vs 4          1.344       1.027       1.758&lt;BR /&gt;
var14 3 vs 4          0.902       0.692       1.174&lt;BR /&gt;
var17                   0.249       0.092       0.670&lt;BR /&gt;
var19                   4.860       1.312      18.013&lt;BR /&gt;
var23                   0.984       0.976       0.991&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks again for any insight!</description>
      <pubDate>Wed, 27 Apr 2011 12:24:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Odds-Ratio-and-CL-all-Equal-1/m-p/57336#M2668</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2011-04-27T12:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Odds Ratio and CL all Equal 1</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Odds-Ratio-and-CL-all-Equal-1/m-p/57337#M2669</link>
      <description>Do you try to use exact logistic reg.&lt;BR /&gt;
notice there are lots of variables for only 2208 obs.&lt;BR /&gt;
And If you can ,plz keep number of variables as few as you can.&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
      <pubDate>Thu, 28 Apr 2011 01:59:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Odds-Ratio-and-CL-all-Equal-1/m-p/57337#M2669</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-04-28T01:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Odds Ratio and CL all Equal 1</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Odds-Ratio-and-CL-all-Equal-1/m-p/57338#M2670</link>
      <description>Ksharp,&lt;BR /&gt;
&lt;BR /&gt;
Thanks                                 again for the response. No doubt there could be multicollinearity and a host of other problems with my model. But it turns out  that they are not all equal to 1, it just seems to be a matter of rounding. When I use the method here (http://support.sas.com/kb/37/106.html) to get more decimal places displayed in the output, I get the following results:&lt;BR /&gt;
&lt;BR /&gt;
Effect     Response         OddsRatioEst          LowerCL                 UpperCL&lt;BR /&gt;
				&lt;BR /&gt;
var1              1               0.9999997933         0.9999992533       1.0000003333</description>
      <pubDate>Thu, 28 Apr 2011 15:12:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Odds-Ratio-and-CL-all-Equal-1/m-p/57338#M2670</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2011-04-28T15:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Odds Ratio and CL all Equal 1</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Odds-Ratio-and-CL-all-Equal-1/m-p/57339#M2671</link>
      <description>Another approach is to rescale the predictor variable. For example, if the variable is in units of grams, rescale to kilograms.&lt;BR /&gt;
&lt;BR /&gt;
Or use the UNITS statement, which accomplishes the same thing with more flexibility.&lt;BR /&gt;
&lt;BR /&gt;
HTH,&lt;BR /&gt;
Susan</description>
      <pubDate>Thu, 28 Apr 2011 15:41:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Odds-Ratio-and-CL-all-Equal-1/m-p/57339#M2671</guid>
      <dc:creator>Susan</dc:creator>
      <dc:date>2011-04-28T15:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Odds Ratio and CL all Equal 1</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Odds-Ratio-and-CL-all-Equal-1/m-p/57340#M2672</link>
      <description>Susan,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the reply. I just tried rescaling var1 (home value)  dividing it by 1000. It helped a little. The CL are now 0.999 and 1.000</description>
      <pubDate>Thu, 28 Apr 2011 16:42:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Odds-Ratio-and-CL-all-Equal-1/m-p/57340#M2672</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2011-04-28T16:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Odds Ratio and CL all Equal 1</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Odds-Ratio-and-CL-all-Equal-1/m-p/57341#M2673</link>
      <description>Hi.&lt;BR /&gt;
You talked about multicollinearity.But in logistic model ,there will not be consider in general,because we assume the residual have like binary distribution,so it is hard to measure multicollinearity.&lt;BR /&gt;
But Another alternation way is that Maybe you can try to use multi-variable linear regression(encode the category variable with some proper method). Be honest, your result is really looks curious.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
PS: using logic link function to map 0 and 1 into infinity&lt;BR /&gt;
&lt;BR /&gt;
Ksharp

Message was edited by: Ksharp</description>
      <pubDate>Fri, 29 Apr 2011 06:32:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Odds-Ratio-and-CL-all-Equal-1/m-p/57341#M2673</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-04-29T06:32:09Z</dc:date>
    </item>
  </channel>
</rss>

