Re: [R] Problem in R documentation

2011-06-06 Thread siddharth arun
Thanks Jorge it worked On Mon, Jun 6, 2011 at 8:02 PM, Jorge Ivan Velez wrote: > Hi Siddharth, > > adf.test() is part of the "tseries" package, so you need to download and > install it before using that function. Try the following and let us now what > you get: > > install.packages('tseries') > r

Re: [R] Problem in R documentation

2011-06-06 Thread Jorge Ivan Velez
Hi Siddharth, adf.test() is part of the "tseries" package, so you need to download and install it before using that function. Try the following and let us now what you get: install.packages('tseries') require(tseries) ?adf.test HTH, Jorge On Mon, Jun 6, 2011 at 2:41 AM, siddharth arun <> wrote

Re: [R] Problem in R documentation

2011-06-06 Thread Sarah Goslee
What operating system are you using? What version of R are you using? How did you install the package in question? Did the installation process give any error messages? Did you load the package before trying to use it? What package are you trying to load - there is no "time series" package. Do you

[R] Problem in R documentation

2011-06-06 Thread siddharth arun
I am not able to run Dickey-Fuller test. adf.test() function is not working. It is showing 'Error: could not find function "adf.test" Can any tell how to call "time series" library? -- Siddharth Arun, 4th Year Undergraduate student Industrial Engineering and Management, IIT Kharagpur [