<?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 ridge regression with proc glmselect in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/ridge-regression-with-proc-glmselect/m-p/410798#M21487</link>
    <description>&lt;P&gt;Looking at this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/66859/HTML/default/viewer.htm#statug_glmselect_examples06.htm" target="_self"&gt;http://support.sas.com/documentation/cdl/en/statug/66859/HTML/default/viewer.htm#statug_glmselect_examples06.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears that one can perform ridge regression to deal with collinearity using for example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="AAprogramlisting"&gt;proc glmselect data=sashelp.Leutrain valdata=sashelp.Leutest
               plots=coefficients;
  model y = x1-x7129/
        selection=elasticnet(steps=120 L2=0.001 choose=validate);
run;&lt;/PRE&gt;&lt;P&gt;Is this correct? Can anyone please recommend some papers/books talking about the elasticnet method in more details please?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Nov 2017 11:01:37 GMT</pubDate>
    <dc:creator>csetzkorn</dc:creator>
    <dc:date>2017-11-06T11:01:37Z</dc:date>
    <item>
      <title>ridge regression with proc glmselect</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ridge-regression-with-proc-glmselect/m-p/410798#M21487</link>
      <description>&lt;P&gt;Looking at this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/66859/HTML/default/viewer.htm#statug_glmselect_examples06.htm" target="_self"&gt;http://support.sas.com/documentation/cdl/en/statug/66859/HTML/default/viewer.htm#statug_glmselect_examples06.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears that one can perform ridge regression to deal with collinearity using for example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="AAprogramlisting"&gt;proc glmselect data=sashelp.Leutrain valdata=sashelp.Leutest
               plots=coefficients;
  model y = x1-x7129/
        selection=elasticnet(steps=120 L2=0.001 choose=validate);
run;&lt;/PRE&gt;&lt;P&gt;Is this correct? Can anyone please recommend some papers/books talking about the elasticnet method in more details please?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 11:01:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ridge-regression-with-proc-glmselect/m-p/410798#M21487</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2017-11-06T11:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: ridge regression with proc glmselect</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ridge-regression-with-proc-glmselect/m-p/410846#M21488</link>
      <description>&lt;P&gt;Google finds many papers on the elastic net. The SAS documentation you refer to also contains a reference to a paper by Zou and Hastie on this subject.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 14:07:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ridge-regression-with-proc-glmselect/m-p/410846#M21488</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-11-06T14:07:43Z</dc:date>
    </item>
  </channel>
</rss>

