<?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: Interpretation of Logistic Regression Coefficients in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Interpretation-of-Logistic-Regression-Coefficients/m-p/823950#M40817</link>
    <description>&lt;P&gt;It looks like the Excel/Minitab is using a different reference level for Card.&amp;nbsp; SAS is setting the reference level to '1' while it appears the other package sets it to '0'.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regardless of the values however, the interpretation would be the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can control the reference level on the CLASS statement.&lt;/P&gt;
&lt;P&gt;class card(ref='0')/param=glm;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jul 2022 19:04:53 GMT</pubDate>
    <dc:creator>SAS_Rob</dc:creator>
    <dc:date>2022-07-18T19:04:53Z</dc:date>
    <item>
      <title>Interpretation of Logistic Regression Coefficients</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpretation-of-Logistic-Regression-Coefficients/m-p/823942#M40816</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to SAS Studio on Demand (and SAS in general), thus I apologise in advance for my silly question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I run a logistic regression with 100 obs, and 2 independent variables, one categorical ("Card") and one continuous ("Spending"). See the screenshots in the attached PDF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Excel/Minitab, I obtain the following coefficients: b0=-2.146,&amp;nbsp;b2=1.099, b3=0.342&lt;/P&gt;&lt;P&gt;In SAS Studio, I obtain the following coefficients: b0=-1.0476,&amp;nbsp;b2=-1.0987, b3=0.3416&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May you clarify for me what happens with b0 and b1??? I am really going crazy. My questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;a) Why the estimates for b0 are different, between Excel/Minitab and SAS?&lt;/P&gt;&lt;P&gt;b) Is it just luck that b0+b1 for SAS is equal to b0 for&amp;nbsp;Excel/Minitab?&lt;/P&gt;&lt;P&gt;b) Why there are opposite signs for b2 (between Excel/Minitab and SAS)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once again I deeply apologise for this silly question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alain&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Minitab.png" style="width: 634px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73431iBD6F0C0FB2F3B7C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Minitab.png" alt="Minitab.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS Studio.png" style="width: 726px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73432iA2C160777292AFD6/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAS Studio.png" alt="SAS Studio.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 18:54:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpretation-of-Logistic-Regression-Coefficients/m-p/823942#M40816</guid>
      <dc:creator>AlainX</dc:creator>
      <dc:date>2022-07-18T18:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Interpretation of Logistic Regression Coefficients</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpretation-of-Logistic-Regression-Coefficients/m-p/823950#M40817</link>
      <description>&lt;P&gt;It looks like the Excel/Minitab is using a different reference level for Card.&amp;nbsp; SAS is setting the reference level to '1' while it appears the other package sets it to '0'.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regardless of the values however, the interpretation would be the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can control the reference level on the CLASS statement.&lt;/P&gt;
&lt;P&gt;class card(ref='0')/param=glm;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 19:04:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpretation-of-Logistic-Regression-Coefficients/m-p/823950#M40817</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2022-07-18T19:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Interpretation of Logistic Regression Coefficients</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpretation-of-Logistic-Regression-Coefficients/m-p/823959#M40818</link>
      <description>Millions, millions, millions of thanks.. I am so obliged. Now I realise the power of SAS communities, and the underlying learning curve is totally worths the efforts. Huge thanks.</description>
      <pubDate>Mon, 18 Jul 2022 19:23:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpretation-of-Logistic-Regression-Coefficients/m-p/823959#M40818</guid>
      <dc:creator>AlainX</dc:creator>
      <dc:date>2022-07-18T19:23:18Z</dc:date>
    </item>
  </channel>
</rss>

