LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (April 2007, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sat, 28 Apr 2007 10:58:29 -0700
Reply-To:   Heferbob <heathandchunfang.Yates@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Heferbob <heathandchunfang.Yates@GMAIL.COM>
Organization:   http://groups.google.com
Subject:   Re: Ridge Regression and PRESS statistic (Proc Reg Ridge + PRESS?)
Comments:   To: sas-l@uga.edu
In-Reply-To:   <1177643962.977768.291150@t38g2000prd.googlegroups.com>
Content-Type:   text/plain; charset="iso-8859-1"

I thank all of those who have responded to me by email. I think I can clear up alot of confusion about what I need. I really need to run a Ridge Regression and get PRESS values for each k statistic. This is pretty urgent as I need to figure out how to duplicate an example in order to do assigned work.

The output in the example has this:

k (Parameter values go here) PRESS 0.00 ... 32,195,222 ... ... .... 0.23 ... 15,584,595

I can get the PRESS value 32, 195, 222 by using the code I gave above when I first wrote this problem. This is because PRESS is dumped into the Outest data set, but only for the parameters, not the Ridge Regression. That means it leaves PRESS value at k>0.00 blank. So I think I have to start from scratch? I am fairly new to SAS, so I need help. How can I produce a Ridgre Regression and PRESS?

Thanks, Heath


Back to: Top of message | Previous page | Main SAS-L page