<?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: Confusion - Interpretation of Odds Ratio in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Confusion-Interpretation-of-Odds-Ratio/m-p/508847#M26103</link>
    <description>&lt;P&gt;A more intuitive measure of the effect of a predictor in a model is its marginal effect. You might want to use the &lt;A href="http://support.sas.com/kb/63038" target="_self"&gt;Margins macro&lt;/A&gt; to estimate the marginal effect for your variable in each of your models.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Oct 2018 17:51:49 GMT</pubDate>
    <dc:creator>StatDave</dc:creator>
    <dc:date>2018-10-30T17:51:49Z</dc:date>
    <item>
      <title>Confusion - Interpretation of Odds Ratio</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Confusion-Interpretation-of-Odds-Ratio/m-p/502343#M25866</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am bit confused with the Odds ratio results I am getting from Proc Logistic (Logistic regression).&lt;/P&gt;
&lt;P&gt;I am trying to predict churn (my response variable)&lt;/P&gt;
&lt;P&gt;I have 10 + predictors. Two main predictors are Contract Status of a customers and Credit Score (1 to 5 values).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I DO NOT add Contract_status in my predictors, the odds of a customer churning with credit_Score 5 are four times as compared to someone with credit_Score = 1 (4.7+ odds ratio). This makes absolute business sense and I expect these customers to churn at very high rate.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, as soon as I enter Contract_Status (which has 2 levels: In Contract and Out of Contract), the odds ratio for Credit_Score changes a lot, in fact it reverses the direction. I get&amp;nbsp; .85 odds ratio for customers with credit_score 5 Vs 1 which means less odds of churning as compared to customers with 1 credit_score. This is not correct.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Am I not missing the logic?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks as always.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sachin&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 10:55:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Confusion-Interpretation-of-Odds-Ratio/m-p/502343#M25866</guid>
      <dc:creator>sachin01663</dc:creator>
      <dc:date>2018-10-08T10:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Confusion - Interpretation of Odds Ratio</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Confusion-Interpretation-of-Odds-Ratio/m-p/502359#M25868</link>
      <description>&lt;P&gt;This is a problem with most regressions, when you have correlated predictor variables (which obviously you have). The effect of a variable (let's call this variable X1) can be in one direction when other variables are not in the model, but the effect of X1 can be in a different direction when those other variables are in the model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is called multi-collinearity. There are some possible solutions. One possible solution is stepwise regression, which I despise, and it has many known drawbacks. Other possibilities are to otherwise choose the variables that go into the model using variable clustering or principal components analysis. These have the drawback that variables are being selected not because they are good predictors, but because of other criteria. In my opinion, the best solution (in theory, anyway) is to use &lt;A href="https://cedric.cnam.fr/fichiers/RC906.pdf" target="_self"&gt;Logistic Partial Least Squares regression&lt;/A&gt;, which avoids all of these drawbacks, however in practice, the solution doesn't exist in SAS, because PROC PLS does not do a logistic version, it only works with continuous Y variables.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 11:54:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Confusion-Interpretation-of-Odds-Ratio/m-p/502359#M25868</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-10-08T11:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Confusion - Interpretation of Odds Ratio</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Confusion-Interpretation-of-Odds-Ratio/m-p/508600#M26090</link>
      <description>&lt;P&gt;Many thanks Paige and I agree with that. I have removed few highly correlated variables which has eliminated this issue to some extend.&amp;nbsp;I will try to build random forest design as well and hoping multicollinearity should not be an issue there.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2018 08:45:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Confusion-Interpretation-of-Odds-Ratio/m-p/508600#M26090</guid>
      <dc:creator>sachin01663</dc:creator>
      <dc:date>2018-10-30T08:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Confusion - Interpretation of Odds Ratio</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Confusion-Interpretation-of-Odds-Ratio/m-p/508847#M26103</link>
      <description>&lt;P&gt;A more intuitive measure of the effect of a predictor in a model is its marginal effect. You might want to use the &lt;A href="http://support.sas.com/kb/63038" target="_self"&gt;Margins macro&lt;/A&gt; to estimate the marginal effect for your variable in each of your models.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2018 17:51:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Confusion-Interpretation-of-Odds-Ratio/m-p/508847#M26103</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2018-10-30T17:51:49Z</dc:date>
    </item>
  </channel>
</rss>

