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:49:27 +0100
Reply-To:     Franck Berthuit <berthuit@CREDOC.ASSO.FR>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Franck Berthuit <berthuit@CREDOC.ASSO.FR>
Subject:      Re: stepwise regression
Comments: To: ECON <joylin@MS2.SEEDER.NET>
Content-Type: text/plain; charset="iso-8859-1"

Hello Judy,

Yes, you can run stepwise regression with SAS :

Proc reg data=mydata; model y=x1 x2 .... xn / selection=stepwise ; run;

Good luck.

Franck Berthuit Crédoc - Paris - France berthuit@credoc.asso.fr -----Message d'origine----- De : ECON <joylin@MS2.SEEDER.NET> À : SAS-L@AKH-WIEN.AC.AT <SAS-L@AKH-WIEN.AC.AT> Date : dimanche 7 mars 1999 16:12 Objet : stepwise regression

>Hello, > >Can anyone kindly advise me whether I can >run stepwise regression in SAS? If so, >I would appreciate it if you could show me >an example. > >Thanks a lot. > >Judy >


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