Re: [R] Using ts and timeSeries

2011-06-24 Thread Dennis Murphy
Hi: In addition, the sos package is useful when you need to search for a function: # install.packages('sos') library(sos) findFn('augmented Dickey-Fuller') The results are sent to a Web page - this search identified the adf.test() in the tseries package and the ur.df() function in the urca packa

Re: [R] Using ts and timeSeries

2011-06-24 Thread Setlhare Lekgatlhamang
Please see the tsDyn package for implementing the Augmented Dickey Fuller test. Lexi -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of UnitRoot Sent: Wednesday, June 15, 2011 9:06 AM To: r-help@r-project.org Subject: [R] Using ts and