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 (March 1999, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 8 Mar 1999 09:09:44 -0500
Reply-To:     Kattamuri.Sarma@RESPONSEINSURANCE.COM
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         "Kattamuri S. Sarma" <Kattamuri.Sarma@RESPONSEINSURANCE.COM>
Subject:      Re: stepwise regression
Comments: To: ECON <joylin@MS2.SEEDER.NET>
Content-type: text/plain; charset=us-ascii

Here is an example: (Page 1364) SAS/STAT User's guide

Proc reg data=xxx ; Model y = x1 x2 x3 / selection = stepwise ; run;

There are many options.. Please see Chapter 36 in the above guide.


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