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
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
>
|