<?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: MULTICOLLINEARITY, TEST OF SIGNIFICANCE, CONFIDENCE INTERVAL in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/MULTICOLLINEARITY-TEST-OF-SIGNIFICANCE-CONFIDENCE-INTERVAL/m-p/626865#M8849</link>
    <description>&lt;P&gt;Although you mention the correlation matrix, it sounds like your main interest is detecting collinearities in a linear regression model. If so, you might want to look into the TOL, VIF, and COLLIN options on the MODEL statement of PROC REG. The COLLIN option produces output that you can use to answer most of your questions. The article &lt;A href="https://blogs.sas.com/content/iml/2020/01/23/collinearity-regression-collin-option.html" target="_self"&gt;"Collinearity in regression: The COLLIN option in PROC REG,"&lt;/A&gt; shows how to interpret the output.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Feb 2020 13:53:43 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2020-02-24T13:53:43Z</dc:date>
    <item>
      <title>MULTICOLLINEARITY, TEST OF SIGNIFICANCE, CONFIDENCE INTERVAL</title>
      <link>https://communities.sas.com/t5/SAS-Studio/MULTICOLLINEARITY-TEST-OF-SIGNIFICANCE-CONFIDENCE-INTERVAL/m-p/624351#M8780</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please, how can one detect evidence of Multicollinearity through a correlation matrix. How can one remedy the problem of Multicollinearity?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Secondly, how can the test of significance be performed for each coefficient?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thirdly, based on two confidence intervals gotten through the Multiple Regression equation/ result, how can one know the variable to remove/ variable that is not relevant?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot as I await your feedback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;lizzy100&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 21:37:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/MULTICOLLINEARITY-TEST-OF-SIGNIFICANCE-CONFIDENCE-INTERVAL/m-p/624351#M8780</guid>
      <dc:creator>lizzy100</dc:creator>
      <dc:date>2020-02-12T21:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: MULTICOLLINEARITY, TEST OF SIGNIFICANCE, CONFIDENCE INTERVAL</title>
      <link>https://communities.sas.com/t5/SAS-Studio/MULTICOLLINEARITY-TEST-OF-SIGNIFICANCE-CONFIDENCE-INTERVAL/m-p/624361#M8783</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/311129"&gt;@lizzy100&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;how can one detect evidence of Multicollinearity through a correlation matrix.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;High correlation between two or more x-variables is multi-collinearity.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can one remedy the problem of Multicollinearity?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lots of remedies have been proposed. They all have drawbacks, and most of them I don't like. I prefer Partial Least Squares regression (or PROC PLS in SAS) although it has its own drawbacks. But when I consider the drawbacks of all the different methods, PLS is the winner in my opinion.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Secondly, how can the test of significance be performed for each coefficient?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The math works fine, the test of significance appears in the SAS output, but the multi-collinearity causes the variances to be inflated, making it more difficult to obtain significance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Thirdly, based on two confidence intervals gotten through the Multiple Regression equation/ result, how can one know the variable to remove/ variable that is not relevant?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can't know statistically which one to remove*. Which is why I prefer Partial Least Squares, where the idea of removing one of the highly correlated variables is absent. You leave all the variables in the model, and have the model compensate for the mutli-collinearity.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* — you might be able to know based upon your subject matter knowledge, for example, if you are a chemist and your knowledge of chemistry tells you that X12 ought to be in the model and not X4, but that's outside the realm of statistics.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 13:44:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/MULTICOLLINEARITY-TEST-OF-SIGNIFICANCE-CONFIDENCE-INTERVAL/m-p/624361#M8783</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-02-13T13:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: MULTICOLLINEARITY, TEST OF SIGNIFICANCE, CONFIDENCE INTERVAL</title>
      <link>https://communities.sas.com/t5/SAS-Studio/MULTICOLLINEARITY-TEST-OF-SIGNIFICANCE-CONFIDENCE-INTERVAL/m-p/624662#M8786</link>
      <description>&lt;P&gt;Hello PaigeMiller,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your response. I really appreciate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lizzy100&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 21:21:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/MULTICOLLINEARITY-TEST-OF-SIGNIFICANCE-CONFIDENCE-INTERVAL/m-p/624662#M8786</guid>
      <dc:creator>lizzy100</dc:creator>
      <dc:date>2020-02-13T21:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: MULTICOLLINEARITY, TEST OF SIGNIFICANCE, CONFIDENCE INTERVAL</title>
      <link>https://communities.sas.com/t5/SAS-Studio/MULTICOLLINEARITY-TEST-OF-SIGNIFICANCE-CONFIDENCE-INTERVAL/m-p/626865#M8849</link>
      <description>&lt;P&gt;Although you mention the correlation matrix, it sounds like your main interest is detecting collinearities in a linear regression model. If so, you might want to look into the TOL, VIF, and COLLIN options on the MODEL statement of PROC REG. The COLLIN option produces output that you can use to answer most of your questions. The article &lt;A href="https://blogs.sas.com/content/iml/2020/01/23/collinearity-regression-collin-option.html" target="_self"&gt;"Collinearity in regression: The COLLIN option in PROC REG,"&lt;/A&gt; shows how to interpret the output.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 13:53:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/MULTICOLLINEARITY-TEST-OF-SIGNIFICANCE-CONFIDENCE-INTERVAL/m-p/626865#M8849</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-02-24T13:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: MULTICOLLINEARITY, TEST OF SIGNIFICANCE, CONFIDENCE INTERVAL</title>
      <link>https://communities.sas.com/t5/SAS-Studio/MULTICOLLINEARITY-TEST-OF-SIGNIFICANCE-CONFIDENCE-INTERVAL/m-p/626876#M8850</link>
      <description>&lt;P&gt;Good point, Ric, some types of collinearity may not show up in the correlation matrix.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 14:53:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/MULTICOLLINEARITY-TEST-OF-SIGNIFICANCE-CONFIDENCE-INTERVAL/m-p/626876#M8850</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-02-24T14:53:09Z</dc:date>
    </item>
  </channel>
</rss>

