<?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 Dividing predictor by a constant increases the coefficient in logistic regression? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Dividing-predictor-by-a-constant-increases-the-coefficient-in/m-p/968169#M48655</link>
    <description>&lt;P&gt;I ran a logistic regression and then decided to change the scale of one of my predictors by dividing it by 100. The resulting beta coefficient for this new variable in the new logistic regression ended up increasing. Is this mathematically sound? Would anybody be able to explain why this happens?&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 18:13:50 GMT</pubDate>
    <dc:creator>spidersgeorg</dc:creator>
    <dc:date>2025-06-04T18:13:50Z</dc:date>
    <item>
      <title>Dividing predictor by a constant increases the coefficient in logistic regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Dividing-predictor-by-a-constant-increases-the-coefficient-in/m-p/968169#M48655</link>
      <description>&lt;P&gt;I ran a logistic regression and then decided to change the scale of one of my predictors by dividing it by 100. The resulting beta coefficient for this new variable in the new logistic regression ended up increasing. Is this mathematically sound? Would anybody be able to explain why this happens?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 18:13:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Dividing-predictor-by-a-constant-increases-the-coefficient-in/m-p/968169#M48655</guid>
      <dc:creator>spidersgeorg</dc:creator>
      <dc:date>2025-06-04T18:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dividing predictor by a constant increases the coefficient in logistic regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Dividing-predictor-by-a-constant-increases-the-coefficient-in/m-p/968170#M48656</link>
      <description>&lt;P&gt;Sure. If you run a logistic regression and get a regression coefficient of 0.3 for a variable X, this would indicate that the predicted Y value of the logistic regression (in this case the log odds ratio) change by 0.3 units for every one unit that X changes. So now, you divide X by 100, and previuosly there was a 0.3 unit change for every one unit the X changes before you divided by 100, then you need to change the rescaled X to have a coefficient of 30 — now a 1 unit change in X is rescaled to a 0.01 change in X, and this will cause the predicted Y to change by 30*0.01 = 0.3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or algebraically:&lt;/P&gt;
&lt;P&gt;Pred Y = b0 + b1x1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but now you divide x1 by 100 the formula becomes&lt;/P&gt;
&lt;P&gt;Pred Y = b0 + (100*b1)*(x1/100) which is algebraically the same as above&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 19:11:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Dividing-predictor-by-a-constant-increases-the-coefficient-in/m-p/968170#M48656</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2025-06-04T19:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dividing predictor by a constant increases the coefficient in logistic regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Dividing-predictor-by-a-constant-increases-the-coefficient-in/m-p/968171#M48657</link>
      <description>&lt;P&gt;Okay, so is this true:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;multiply predictor by constant --&amp;gt; results in smaller beta coefficient&lt;/LI&gt;&lt;LI&gt;divide predictor by constant --&amp;gt; results in larger beta coefficient&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks for your insight, just want to make sure I understand.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 18:27:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Dividing-predictor-by-a-constant-increases-the-coefficient-in/m-p/968171#M48657</guid>
      <dc:creator>spidersgeorg</dc:creator>
      <dc:date>2025-06-04T18:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dividing predictor by a constant increases the coefficient in logistic regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Dividing-predictor-by-a-constant-increases-the-coefficient-in/m-p/968179#M48658</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/469427"&gt;@spidersgeorg&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Okay, so is this true:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;multiply predictor by constant --&amp;gt; results in smaller beta coefficient&lt;/LI&gt;
&lt;LI&gt;divide predictor by constant --&amp;gt; results in larger beta coefficient&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Thanks for your insight, just want to make sure I understand.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It should say:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;multiply predictor by constant --&amp;gt; the coefficient is divided by the constant&lt;/LI&gt;
&lt;LI&gt;divide predictor by constant --&amp;gt; the coefficient is multiplied by the constant&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 04 Jun 2025 19:13:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Dividing-predictor-by-a-constant-increases-the-coefficient-in/m-p/968179#M48658</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2025-06-04T19:13:33Z</dc:date>
    </item>
  </channel>
</rss>

