Re: [R] Error with acf/pacf functions

2009-08-19 Thread tmakino
Ok strangely both acf and pacf work with the xts object as long as the xts package hasn't been loaded. As soon as I load the package, I get the error again. tmakino wrote: > > I'm trying to apply a acf/pacf function to a xts object and get the > following error: > > E

[R] Error with acf/pacf functions

2009-08-18 Thread tmakino
I'm trying to apply a acf/pacf function to a xts object and get the following error: Error in if (frequency > 1 && abs(frequency - round(frequency)) < ts.eps) frequency <- round(frequency) : missing value where TRUE/FALSE needed Any ideas? Thanks. -- View this message in context: http://ww