<?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: How to check multicollinearity a logistic regression model? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-to-check-multicollinearity-a-logistic-regression-model/m-p/912586#M40858</link>
    <description>&lt;P&gt;None of them.&lt;/P&gt;
&lt;P&gt;You should check CORRB option of PROC LOGISTIC to check the correlation between the estimated coefficient .&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/32/471.html" target="_blank"&gt;32471 - Testing assumptions in logit, probit, Poisson and other generalized linear models (sas.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Also calling&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13633"&gt;@StatDave&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15363"&gt;@SteveDenham&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc logistic data=sashelp.heart;
class sex bp_status;
model status=sex bp_status height weight ageatstart/&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;corrb&lt;/STRONG&gt; &lt;/FONT&gt;;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1705977632797.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92884iF47016F3952BBEEB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1705977632797.png" alt="Ksharp_0-1705977632797.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jan 2024 02:41:50 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2024-01-23T02:41:50Z</dc:date>
    <item>
      <title>How to check multicollinearity a logistic regression model?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-check-multicollinearity-a-logistic-regression-model/m-p/912527#M40853</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could someone tell me which method is correct to check&amp;nbsp;multicollinearity a logistic regression model? Thanks.&lt;/P&gt;&lt;P&gt;1)&amp;nbsp; method 1&lt;/P&gt;&lt;P&gt;proc logistic data= sample;&lt;/P&gt;&lt;P&gt;model y(event='1') =x1 x2 x3;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc reg data=&lt;FONT color="#3366FF"&gt;sample&lt;/FONT&gt;;&lt;/P&gt;&lt;P&gt;model&amp;nbsp; &lt;FONT color="#3366FF"&gt;y&lt;/FONT&gt;= x1 x2 x3/vif;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) method 2&lt;/P&gt;&lt;P&gt;proc logistic data= sample;&lt;/P&gt;&lt;P&gt;model y(event='1') =x1 x2 x3;&lt;/P&gt;&lt;P&gt;output out=out_data p=pred;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc reg data=&lt;FONT color="#3366FF"&gt;out_data&lt;/FONT&gt;;&lt;/P&gt;&lt;P&gt;model&amp;nbsp;&lt;FONT color="#3366FF"&gt; pred&lt;/FONT&gt;= x1 x2 x3/vif;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 19:15:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-check-multicollinearity-a-logistic-regression-model/m-p/912527#M40853</guid>
      <dc:creator>lionking19063</dc:creator>
      <dc:date>2024-01-22T19:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to check multicollinearity a logistic regression model?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-check-multicollinearity-a-logistic-regression-model/m-p/912529#M40854</link>
      <description>&lt;P&gt;I would vote for method 1&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 19:20:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-check-multicollinearity-a-logistic-regression-model/m-p/912529#M40854</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-01-22T19:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to check multicollinearity a logistic regression model?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-check-multicollinearity-a-logistic-regression-model/m-p/912563#M40855</link>
      <description>&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;Checking Multicollinearity in Logistic Regression model&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/New-SAS-User/Checking-Multicollinearity-in-Logistic-Regression-model/td-p/574016" target="_blank"&gt;https://communities.sas.com/t5/New-SAS-User/Checking-Multicollinearity-in-Logistic-Regression-model/td-p/574016&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;SESUG 2015 -- Paper SD69&lt;BR /&gt;Integrating PROC REG and PROC LOGISTIC for Collinearity&lt;BR /&gt;Examination, Sample Scoring and Model Evaluation&lt;BR /&gt;Alec Zhixiao Lin, Loan Depot, Foothill Ranch, CA&lt;BR /&gt;&lt;A href="https://lexjansen.com/sesug/2015/69_Final_PDF.pdf" target="_blank"&gt;https://lexjansen.com/sesug/2015/69_Final_PDF.pdf&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 21:33:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-check-multicollinearity-a-logistic-regression-model/m-p/912563#M40855</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2024-01-22T21:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to check multicollinearity a logistic regression model?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-check-multicollinearity-a-logistic-regression-model/m-p/912586#M40858</link>
      <description>&lt;P&gt;None of them.&lt;/P&gt;
&lt;P&gt;You should check CORRB option of PROC LOGISTIC to check the correlation between the estimated coefficient .&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/32/471.html" target="_blank"&gt;32471 - Testing assumptions in logit, probit, Poisson and other generalized linear models (sas.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Also calling&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13633"&gt;@StatDave&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15363"&gt;@SteveDenham&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc logistic data=sashelp.heart;
class sex bp_status;
model status=sex bp_status height weight ageatstart/&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;corrb&lt;/STRONG&gt; &lt;/FONT&gt;;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1705977632797.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92884iF47016F3952BBEEB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1705977632797.png" alt="Ksharp_0-1705977632797.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2024 02:41:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-check-multicollinearity-a-logistic-regression-model/m-p/912586#M40858</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-01-23T02:41:50Z</dc:date>
    </item>
  </channel>
</rss>

