LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (June 2001, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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/


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