<?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: Regression in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Regression/m-p/792883#M38857</link>
    <description>Thanks a lot will check this</description>
    <pubDate>Thu, 27 Jan 2022 15:25:30 GMT</pubDate>
    <dc:creator>AmrAd</dc:creator>
    <dc:date>2022-01-27T15:25:30Z</dc:date>
    <item>
      <title>Regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Regression/m-p/792876#M38853</link>
      <description>If i have a list of 5 variable and need to derive all possible combinations for these 50 variable where no two variables are highly correlated with one another,given that i have the correlation between every two variables ( every possible pir of variables) from these 5o variables&lt;BR /&gt;&lt;BR /&gt;For example i need output like highest number of combination (i.e 20-30 etc from these variables )</description>
      <pubDate>Thu, 27 Jan 2022 14:47:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Regression/m-p/792876#M38853</guid>
      <dc:creator>AmrAd</dc:creator>
      <dc:date>2022-01-27T14:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Regression/m-p/792877#M38854</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/188504"&gt;@AmrAd&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;If i have a list of 5 variable and need to derive all possible combinations for these 50 variable where no two variables are highly correlated with one another,given that i have the correlation between every two variables ( every possible pir of variables) from these 5o variables&lt;BR /&gt;&lt;BR /&gt;For example i need output like highest number of combination (i.e 20-30 etc from these variables )&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So, this is a set of requirements that I haven't seen before. You can do all possible regressions via &lt;A href="https://support.sas.com/kb/24/986.html" target="_self"&gt;this code&lt;/A&gt;, and then weed out the ones you don't want based upon your correlation restrictions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wonder though, if there isn't a better way to handle multicollinearity. Actually, I don't wonder, I know there are better ways to handle multicollinearity, which also involve much less programming. The two that come to mind are PROC GLMSELECT and PROC PLS, both of which give you the ability to fit models (and compare them) in the presence of multicollienarity. If I were you, I would start there and not even bother with the method you stated.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 14:57:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Regression/m-p/792877#M38854</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-01-27T14:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Regression/m-p/792880#M38855</link>
      <description>I am running proc logistic on these variables and the model selects up to 20-30 variables from this list. However, Variance inflation factor breaches the acceptable threshold and shows multi-collinearity in up to 10 of them. So i am looking for a code that could help me in testing out all possible combinations of these 10 with respect to the non-collinear remaining 20 or so.</description>
      <pubDate>Thu, 27 Jan 2022 15:00:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Regression/m-p/792880#M38855</guid>
      <dc:creator>AmrAd</dc:creator>
      <dc:date>2022-01-27T15:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Regression/m-p/792881#M38856</link>
      <description>&lt;P&gt;You can simply modify the code I linked to so that instead of PROC REG, you type in PROC LOGISTIC and the desired options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also find out there on the internet SAS code for stepwise PROC GLIMMIX, which would include logistic regression as a special case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I still think the best method of handling multicollinearity is not what you are trying to do, but &lt;A href="https://cedric.cnam.fr/fichiers/RC906.pdf" target="_self"&gt;Logistic Partial Least Squares&lt;/A&gt;.&amp;nbsp; Unfortunately, this is not a feature of SAS, but it has been programmed in R. There is no logistic counterpart to PROC GLMSELECT.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 15:09:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Regression/m-p/792881#M38856</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-01-27T15:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Regression/m-p/792883#M38857</link>
      <description>Thanks a lot will check this</description>
      <pubDate>Thu, 27 Jan 2022 15:25:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Regression/m-p/792883#M38857</guid>
      <dc:creator>AmrAd</dc:creator>
      <dc:date>2022-01-27T15:25:30Z</dc:date>
    </item>
  </channel>
</rss>

