<?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 Checking Multicollinearity in Logistic Regression model in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Checking-Multicollinearity-in-Logistic-Regression-model/m-p/574016#M12629</link>
    <description>Hi SAS gurus, I'm trying to check multicollinearity between independent variables (all categorical including dependent variable which is obesity with yes/no categories) using proc logistic regression command. How do I check for multicollinearity using this command, what options work in proc logistic? proc logistic data=test; model Obesity= age, sex, BMI, height, weight; run; I know how to use VIF and TOL or CoLLIN options in Proc Reg but I don't know what option can be used in proc logistic. Can you please help! Thank you, M</description>
    <pubDate>Tue, 16 Jul 2019 21:31:18 GMT</pubDate>
    <dc:creator>Malathi13</dc:creator>
    <dc:date>2019-07-16T21:31:18Z</dc:date>
    <item>
      <title>Checking Multicollinearity in Logistic Regression model</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Checking-Multicollinearity-in-Logistic-Regression-model/m-p/574016#M12629</link>
      <description>Hi SAS gurus, I'm trying to check multicollinearity between independent variables (all categorical including dependent variable which is obesity with yes/no categories) using proc logistic regression command. How do I check for multicollinearity using this command, what options work in proc logistic? proc logistic data=test; model Obesity= age, sex, BMI, height, weight; run; I know how to use VIF and TOL or CoLLIN options in Proc Reg but I don't know what option can be used in proc logistic. Can you please help! Thank you, M</description>
      <pubDate>Tue, 16 Jul 2019 21:31:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Checking-Multicollinearity-in-Logistic-Regression-model/m-p/574016#M12629</guid>
      <dc:creator>Malathi13</dc:creator>
      <dc:date>2019-07-16T21:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Checking Multicollinearity in Logistic Regression model</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Checking-Multicollinearity-in-Logistic-Regression-model/m-p/574021#M12630</link>
      <description>&lt;P&gt;Multicollinearity can be checked in PROC REG with made-up Y variable, as these calculations do not depend on Y.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 21:52:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Checking-Multicollinearity-in-Logistic-Regression-model/m-p/574021#M12630</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-07-16T21:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Checking Multicollinearity in Logistic Regression model</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Checking-Multicollinearity-in-Logistic-Regression-model/m-p/574128#M12649</link>
      <description>&lt;P&gt;There are no such command in PROC LOGISTIC to check multicollinearity .&lt;/P&gt;
&lt;P&gt;1) you can use CORRB option to check the correlation between two variables.&lt;/P&gt;
&lt;P&gt;model good_bad=x y z / corrb ;&lt;/P&gt;
&lt;P&gt;You will get a correlation matrix for parameter estimator, drop the correlation coefficient which is large like &amp;gt; 0.8&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Change your binary variable Y into 0 1 (yes-&amp;gt;1 , no-&amp;gt;0) and use PROC REG + VIF/COLLIN .&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 11:20:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Checking-Multicollinearity-in-Logistic-Regression-model/m-p/574128#M12649</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-07-17T11:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Checking Multicollinearity in Logistic Regression model</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Checking-Multicollinearity-in-Logistic-Regression-model/m-p/574204#M12653</link>
      <description>&lt;P&gt;Hi Ksharp,&lt;/P&gt;&lt;P&gt;Thank you for the solution, both of your suggestions worked except that for Proc Reg, I had to convert the character values to numeric types to run Proc Reg.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 15:05:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Checking-Multicollinearity-in-Logistic-Regression-model/m-p/574204#M12653</guid>
      <dc:creator>Malathi13</dc:creator>
      <dc:date>2019-07-17T15:05:22Z</dc:date>
    </item>
  </channel>
</rss>

