<?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: getting coeffecients in ridge regression analysis with modified lambda in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/getting-coeffecients-in-ridge-regression-analysis-with-modified/m-p/438843#M23138</link>
    <description>&lt;P&gt;You can use the OUTSEB&amp;nbsp;option to get the standard errors for the RIDGE estimates in the outest= data set:.&amp;nbsp;However, I don't think the estimates&amp;nbsp;follow a t distribution, so you don't get test statistics or p-values. If you want p-values, I think you will need to bootstrap.&lt;/P&gt;
&lt;P&gt;The estimates are biased, so it's not clear to me that the p-values will be useful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg outest=est ridge=0.02 outseb;
   model Y=x1 x2 x3 ;
run;
 
proc print data=est(where=(_TYPE_ contains "RIDGE"));
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Feb 2018 01:55:32 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2018-02-21T01:55:32Z</dc:date>
    <item>
      <title>getting coeffecients in ridge regression analysis with modified lambda</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/getting-coeffecients-in-ridge-regression-analysis-with-modified/m-p/438117#M23107</link>
      <description>Dear community members,&lt;BR /&gt;‎&lt;BR /&gt;I am using PROC REG with the REG= option to obtain a&amp;nbsp;ridge&amp;nbsp;regression. I have done the following;&lt;BR /&gt;&lt;BR /&gt;Plotted the&amp;nbsp;ridge&amp;nbsp;estimates against λ.&lt;BR /&gt;&lt;BR /&gt;Chosen λ for which the coefficient estimates are not rapidly changing and have sensible signs.&lt;BR /&gt;&lt;BR /&gt;I know this method ‎has no specific objective basis and is heavily criticised by others.&lt;BR /&gt;&lt;BR /&gt;However my question is as follows, how can I get the p values, t values and standard errors for my &amp;nbsp;selected choice of &amp;nbsp;λ ? I seem only to get the ‎regression&amp;nbsp;coefficients which are different from the ridge regression that was un tuned for ‎λ.‎&lt;BR /&gt;&lt;BR /&gt;Any help will be greatly appreciated&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best ,&lt;BR /&gt;Ka‎&lt;BR /&gt;‎</description>
      <pubDate>Sat, 17 Feb 2018 00:37:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/getting-coeffecients-in-ridge-regression-analysis-with-modified/m-p/438117#M23107</guid>
      <dc:creator>kwa</dc:creator>
      <dc:date>2018-02-17T00:37:08Z</dc:date>
    </item>
    <item>
      <title>getting coeffecients in ridge regression analysis with modified lambda</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/getting-coeffecients-in-ridge-regression-analysis-with-modified/m-p/438115#M23109</link>
      <description>Dear community members,&lt;BR /&gt;I am using PROC REG with the REGo= option to obtain a ridge regression. I have done the following;&lt;BR /&gt;&lt;BR /&gt;Plotted the ridge estimates against λ.&lt;BR /&gt;&lt;BR /&gt;Chosen λ for which the coefficient estimates are not rapidly changing and have sensible signs.&lt;BR /&gt;&lt;BR /&gt;I know this method ‎has no specific objective basis and us heavily criticised by others.&lt;BR /&gt;&lt;BR /&gt;However my question is as follows, how can I get the p values, t values andd Standard errors for my &amp;nbsp;selected choice of &amp;nbsp;λ ? I seem only to get the regression coefficients&lt;BR /&gt;&lt;BR /&gt;Any help will be greatly appreciated&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best&amp;nbsp;&lt;BR /&gt;Kw</description>
      <pubDate>Sat, 17 Feb 2018 00:22:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/getting-coeffecients-in-ridge-regression-analysis-with-modified/m-p/438115#M23109</guid>
      <dc:creator>kwa</dc:creator>
      <dc:date>2018-02-17T00:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: getting coeffecients in ridge regression analysis with modified lambda</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/getting-coeffecients-in-ridge-regression-analysis-with-modified/m-p/438125#M23108</link>
      <description>&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the examples above with the instructions on how to save statistics and output.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/193935"&gt;@kwa&lt;/a&gt; wrote:&lt;BR /&gt;Dear community members,&lt;BR /&gt;‎&lt;BR /&gt;I am using PROC REG with the REG= option to obtain a&amp;nbsp;ridge&amp;nbsp;regression. I have done the following;&lt;BR /&gt;&lt;BR /&gt;Plotted the&amp;nbsp;ridge&amp;nbsp;estimates against λ.&lt;BR /&gt;&lt;BR /&gt;Chosen λ for which the coefficient estimates are not rapidly changing and have sensible signs.&lt;BR /&gt;&lt;BR /&gt;I know this method ‎has no specific objective basis and is heavily criticised by others.&lt;BR /&gt;&lt;BR /&gt;However my question is as follows, how can I get the p values, t values and standard errors for my &amp;nbsp;selected choice of &amp;nbsp;λ ? I seem only to get the ‎regression&amp;nbsp;coefficients which are different from the ridge regression that was un tuned for ‎λ.‎&lt;BR /&gt;&lt;BR /&gt;Any help will be greatly appreciated&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best ,&lt;BR /&gt;Ka‎&lt;BR /&gt;‎&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Feb 2018 03:09:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/getting-coeffecients-in-ridge-regression-analysis-with-modified/m-p/438125#M23108</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-17T03:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: getting coeffecients in ridge regression analysis with modified lambda</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/getting-coeffecients-in-ridge-regression-analysis-with-modified/m-p/438239#M23119</link>
      <description>Thank you reeza. Would anyone know the specific code in proc reg to get the p values, t values andd Standard errors for my &amp;nbsp;selected choice of &amp;nbsp;λ ?</description>
      <pubDate>Sun, 18 Feb 2018 05:14:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/getting-coeffecients-in-ridge-regression-analysis-with-modified/m-p/438239#M23119</guid>
      <dc:creator>kwa</dc:creator>
      <dc:date>2018-02-18T05:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: getting coeffecients in ridge regression analysis with modified lambda</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/getting-coeffecients-in-ridge-regression-analysis-with-modified/m-p/438281#M23122</link>
      <description>&lt;P&gt;We can’t see your code so at this point probably not. Please post your code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The instructions on in the l8nk have enough information to show you how to obtain the values. Include what you’ve tried so far as well.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Feb 2018 17:56:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/getting-coeffecients-in-ridge-regression-analysis-with-modified/m-p/438281#M23122</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-18T17:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: getting coeffecients in ridge regression analysis with modified lambda</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/getting-coeffecients-in-ridge-regression-analysis-with-modified/m-p/438842#M23137</link>
      <description>&lt;P&gt;You can use the OUTSEB&amp;nbsp;option to get the standard errors for the RIDGE estimates in the outest= data set:.&amp;nbsp;However, I don't think the estimates&amp;nbsp;follow a t distribution, so you don't get test statistics or p-values. If you want p-values, I think you will need to bootstrap.&lt;/P&gt;
&lt;P&gt;The estimates are biased, so it's not clear to me that the p-values will be useful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg outest=est ridge=0.02 outseb;
   model Y=x1 x2 x3 ;
run;
 
proc print data=est(where=(_TYPE_ contains "RIDGE"));
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 01:55:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/getting-coeffecients-in-ridge-regression-analysis-with-modified/m-p/438842#M23137</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-02-21T01:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: getting coeffecients in ridge regression analysis with modified lambda</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/getting-coeffecients-in-ridge-regression-analysis-with-modified/m-p/438843#M23138</link>
      <description>&lt;P&gt;You can use the OUTSEB&amp;nbsp;option to get the standard errors for the RIDGE estimates in the outest= data set:.&amp;nbsp;However, I don't think the estimates&amp;nbsp;follow a t distribution, so you don't get test statistics or p-values. If you want p-values, I think you will need to bootstrap.&lt;/P&gt;
&lt;P&gt;The estimates are biased, so it's not clear to me that the p-values will be useful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg outest=est ridge=0.02 outseb;
   model Y=x1 x2 x3 ;
run;
 
proc print data=est(where=(_TYPE_ contains "RIDGE"));
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 01:55:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/getting-coeffecients-in-ridge-regression-analysis-with-modified/m-p/438843#M23138</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-02-21T01:55:32Z</dc:date>
    </item>
  </channel>
</rss>

