Date: Tue, 26 Jun 2001 12:05:37 -0700
Reply-To: RAHUL CHAHAL <rahulchahal@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: RAHUL CHAHAL <rahulchahal@YAHOO.COM>
Subject: Re: Can we do ARIMA in SAS?
In-Reply-To: <3B38DCD0.4667AC35@univie.ac.at>
Content-Type: text/plain; charset=us-ascii
Thanks, I will check if we have ETS license.
-Rahul
--- Adelina Gschwandtner
<Adelina.Gschwandtner@univie.ac.at> wrote:
> It is very easy. Just use Proc Arima (SAS/ETS User's
> Guide, Version 8
> Page 191-300).
>
> You can find there plenty examples. A very simple
> one is:
>
> proc arima data=a;
> identify var=u nlag=3;
> run;
>
> Good luck!
>
> I hope this helps,
> Adelina.
>
> RAHUL CHAHAL wrote:
>
> > Can we use SAS (Base, Stat) to do ARIMA? If so
> how?
> >
> > -Thanks
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Get personalized email addresses from Yahoo! Mail
> > http://personal.mail.yahoo.com/
>
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
|