Re: [R] Help regarding tersvirta.test

2011-07-11 Thread Aravind R.N
Sorry, I had the wrong version of R. Thanks for the help. Regards, Aravind On Mon, Jul 11, 2011 at 8:14 AM, Dennis Murphy wrote: > Hi: > > Works for me: > >> library(tseries) > Loading required package: quadprog > Loading required package: zoo > >    ‘tseries’ version: 0.10-25 > >    ‘tseries’

Re: [R] Help regarding tersvirta.test

2011-07-10 Thread Dennis Murphy
Hi: Works for me: > library(tseries) Loading required package: quadprog Loading required package: zoo ‘tseries’ version: 0.10-25 ‘tseries’ is a package for time series analysis and computational finance. See ‘library(help="tseries")’ for details. > x<- as.ts(rnorm(1000)) > str(

[R] Help regarding tersvirta.test

2011-07-10 Thread Aravind R.N
Hi, I tried running the function terasvirta.test in the package tseries for a univariate tseries object. For eg. x<- as.ts(rnorm(1000)) terasvirta.test(x) I get the following error Error in as.matrix(y) : argument "y" is missing, with no default The function seems to expect a default y argumen