<?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 VIF values with int vs. noint REG model in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/VIF-values-with-int-vs-noint-REG-model/m-p/245529#M12941</link>
    <description>&lt;P&gt;We get different values of VIF while doing linear regression model with intercept vs. no intercept.&amp;nbsp;&amp;nbsp;A model with noint yields a higher Vif than one with int. I understand it is because of different rsquare value. Theoretically, model with no intercept makes sense but the values are very high. If i use the thumb rule - variables having VIF &amp;gt;10 should be checked for collinearity, i would have to drop a lot of variables. My interest area is to correct collinearity for a logistic regression model. Hence i am least interested for r square of linear regression model. Which method is correct?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc reg data=sashelp.cars;&lt;BR /&gt;model MPG_City = weight Horsepower EngineSize Wheelbase Cylinders / vif noint;&lt;BR /&gt;ods output parameterestimates=parest2;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc reg data=sashelp.cars;&lt;BR /&gt;model MPG_City = weight Horsepower EngineSize Wheelbase Cylinders / vif;&lt;BR /&gt;ods output parameterestimates=parest2;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jan 2016 20:13:00 GMT</pubDate>
    <dc:creator>Ujjawal</dc:creator>
    <dc:date>2016-01-22T20:13:00Z</dc:date>
    <item>
      <title>VIF values with int vs. noint REG model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/VIF-values-with-int-vs-noint-REG-model/m-p/245529#M12941</link>
      <description>&lt;P&gt;We get different values of VIF while doing linear regression model with intercept vs. no intercept.&amp;nbsp;&amp;nbsp;A model with noint yields a higher Vif than one with int. I understand it is because of different rsquare value. Theoretically, model with no intercept makes sense but the values are very high. If i use the thumb rule - variables having VIF &amp;gt;10 should be checked for collinearity, i would have to drop a lot of variables. My interest area is to correct collinearity for a logistic regression model. Hence i am least interested for r square of linear regression model. Which method is correct?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc reg data=sashelp.cars;&lt;BR /&gt;model MPG_City = weight Horsepower EngineSize Wheelbase Cylinders / vif noint;&lt;BR /&gt;ods output parameterestimates=parest2;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc reg data=sashelp.cars;&lt;BR /&gt;model MPG_City = weight Horsepower EngineSize Wheelbase Cylinders / vif;&lt;BR /&gt;ods output parameterestimates=parest2;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 20:13:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/VIF-values-with-int-vs-noint-REG-model/m-p/245529#M12941</guid>
      <dc:creator>Ujjawal</dc:creator>
      <dc:date>2016-01-22T20:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: VIF values with int vs. noint REG model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/VIF-values-with-int-vs-noint-REG-model/m-p/245612#M12943</link>
      <description>&lt;P&gt;When you choose no intercept, you are essentially forcing it to zero. Therefore,&amp;nbsp;you are saying "when my x's are all 0, I expect my Y to be 0." &amp;nbsp;That is the only situation that you should use that option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The reason you get high VIF's in a no-intercept situation, is because VIF is a ratio that is related to R2. And when you choose no intercept, you can get much higher R2 values. Why? Thats a long one, but &lt;A href="http://www.ats.ucla.edu/stat/mult_pkg/faq/general/noconstant.htm" target="_self"&gt;here's &lt;/A&gt;a great article on it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now that you've learned why R2 goes up, look back at the VIF equation: &amp;nbsp; VIF = 1 / (1 - R2) &amp;nbsp; So its easy to see that as VIF goes up, the denominator goes down, which makes overall VIF go up. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tl;dr &amp;nbsp;Using noint is for a specific scenario, which R2 is measured differently and is often higher. Since VIF is related to R2, it also goes up.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2016 05:35:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/VIF-values-with-int-vs-noint-REG-model/m-p/245612#M12943</guid>
      <dc:creator>JBerry</dc:creator>
      <dc:date>2016-01-23T05:35:30Z</dc:date>
    </item>
  </channel>
</rss>

