<?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: Multiple Regression Using Proc Reg:  Data Reduction for Variable Selection in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Regression-Using-Proc-Reg-Data-Reduction-for-Variable/m-p/348851#M18301</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/69177"&gt;@lakshmi_74&lt;/a&gt; wrote:&lt;BR /&gt;Without reducing variables you can reduce the dimensionality by using PCA analysis.&lt;BR /&gt;From there you can build a model for the data.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Which is why I keep recommending Partial Least Squares analysis, it also reduces the dimensionality, but does so in a way that is superior to PCA in this situation&amp;nbsp;--&amp;nbsp;PLS finds dimensions that are predictive of Y, which is not something PCA tries to do.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Apr 2017 19:48:28 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2017-04-10T19:48:28Z</dc:date>
    <item>
      <title>Multiple Regression Using Proc Reg:  Data Reduction for Variable Selection</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Regression-Using-Proc-Reg-Data-Reduction-for-Variable/m-p/348211#M18288</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to build some multiple linear regression models using proc reg to predict estimated customer product spend over a 12 month period. &amp;nbsp;I have about 900 variables which I need to reduce down before I run proc reg.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I build a logistic model I use proc varclust for data reduction.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Question&lt;/STRONG&gt;:&amp;nbsp; Any suggestions on a good way to reduce input variables before using proc reg? Can I use proc varclust for data reduction when building a linear model?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions are greatly appreciated&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 17:13:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Regression-Using-Proc-Reg-Data-Reduction-for-Variable/m-p/348211#M18288</guid>
      <dc:creator>RobertNYC</dc:creator>
      <dc:date>2017-04-07T17:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Regression Using Proc Reg:  Data Reduction for Variable Selection</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Regression-Using-Proc-Reg-Data-Reduction-for-Variable/m-p/348229#M18289</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/6196"&gt;@RobertNYC&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Question&lt;/STRONG&gt;:&amp;nbsp; Any suggestions on a good way to reduce input variables before using proc reg? Can I use proc varclust for data reduction when building a linear model?&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I'm going to answer with "No". There are no good ways to do this in PROC REG&amp;nbsp;(or elsewhere). Stepwise regression has been discredited by many statisticians.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would suggest leaving all 900 variables in the model and use PROC PLS. It will assign high (either positive or negative) weights/loadings to the variables that are predictive of the response variable, and it will assign weights/loadings close to zero&amp;nbsp;to the variables that are not important.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 17:48:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Regression-Using-Proc-Reg-Data-Reduction-for-Variable/m-p/348229#M18289</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-04-07T17:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Regression Using Proc Reg:  Data Reduction for Variable Selection</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Regression-Using-Proc-Reg-Data-Reduction-for-Variable/m-p/348235#M18290</link>
      <description>&lt;P&gt;Thanks so much for your feadback. &amp;nbsp;Would you happen to have an example of proc pls code?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 17:56:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Regression-Using-Proc-Reg-Data-Reduction-for-Variable/m-p/348235#M18290</guid>
      <dc:creator>RobertNYC</dc:creator>
      <dc:date>2017-04-07T17:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Regression Using Proc Reg:  Data Reduction for Variable Selection</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Regression-Using-Proc-Reg-Data-Reduction-for-Variable/m-p/348243#M18291</link>
      <description>&lt;P&gt;The online help has several examples.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?cdcId=statcdc&amp;amp;cdcVersion=14.2&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_pls_examples.htm&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?cdcId=statcdc&amp;amp;cdcVersion=14.2&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_pls_examples.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 18:04:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Regression-Using-Proc-Reg-Data-Reduction-for-Variable/m-p/348243#M18291</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-04-07T18:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Regression Using Proc Reg:  Data Reduction for Variable Selection</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Regression-Using-Proc-Reg-Data-Reduction-for-Variable/m-p/348355#M18292</link>
      <description>&lt;P&gt;My answer is no as Paige.&lt;/P&gt;
&lt;P&gt;Use PROC HPGENSELECT to reduce the number of variables, but you need firstly know&amp;nbsp;&lt;/P&gt;
&lt;P&gt;which kind of distribution the y vaiable conform to .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After that I would suggest PROC ADAPATIVE which can take into account the non-linear effect.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2017 03:19:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Regression-Using-Proc-Reg-Data-Reduction-for-Variable/m-p/348355#M18292</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-04-08T03:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Regression Using Proc Reg:  Data Reduction for Variable Selection</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Regression-Using-Proc-Reg-Data-Reduction-for-Variable/m-p/348837#M18300</link>
      <description>Without reducing variables you can reduce the dimensionality by using PCA analysis.&lt;BR /&gt;From there you can build a model for the data.</description>
      <pubDate>Mon, 10 Apr 2017 19:06:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Regression-Using-Proc-Reg-Data-Reduction-for-Variable/m-p/348837#M18300</guid>
      <dc:creator>lakshmi_74</dc:creator>
      <dc:date>2017-04-10T19:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Regression Using Proc Reg:  Data Reduction for Variable Selection</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Regression-Using-Proc-Reg-Data-Reduction-for-Variable/m-p/348851#M18301</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/69177"&gt;@lakshmi_74&lt;/a&gt; wrote:&lt;BR /&gt;Without reducing variables you can reduce the dimensionality by using PCA analysis.&lt;BR /&gt;From there you can build a model for the data.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Which is why I keep recommending Partial Least Squares analysis, it also reduces the dimensionality, but does so in a way that is superior to PCA in this situation&amp;nbsp;--&amp;nbsp;PLS finds dimensions that are predictive of Y, which is not something PCA tries to do.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 19:48:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Regression-Using-Proc-Reg-Data-Reduction-for-Variable/m-p/348851#M18301</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-04-10T19:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Regression Using Proc Reg:  Data Reduction for Variable Selection</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Regression-Using-Proc-Reg-Data-Reduction-for-Variable/m-p/349222#M18312</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;My answer is no as Paige.&lt;/P&gt;
&lt;P&gt;Use PROC HPGENSELECT to reduce the number of variables, but you need firstly know&amp;nbsp;&lt;/P&gt;
&lt;P&gt;which kind of distribution the y vaiable conform to .&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;My problem with PROC HPGENSELECT is that it takes a widely discredited idea (stepwise, backwards or forward selection) and makes it into a HP procedure, meaning you can run it on huge amounts of data. The result of the method is still suspect, according to many statisticians. Note: I have no experience with the LASSO technique, so I am not going to comment on that.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 18:49:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Regression-Using-Proc-Reg-Data-Reduction-for-Variable/m-p/349222#M18312</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-04-11T18:49:40Z</dc:date>
    </item>
  </channel>
</rss>

