Hello R List,
I seem to have a peculiar problem. When using  time series data, I get
the following error when running the acf and pacf function.
Using the function acf(dtxts,plot= TRUE,xaxt = "n",col="red",na.action
= na.omit) (where dtxts is a time series object created with package
"xts" ) results in the error below.

Error in na.omit.ts(as.ts(x)) : time series contains internal NAs

The above error is seen in R 2.8.0 running on Linux.

The same function does not yield any error in R 2.8.0 on a Windows system.


I've also tried na.remove(dtxts) from the "tseries" package to solve
this problem but to no avail.

Thank you.

Harsh Singhal
Decision Systems
Mu Sigma Inc.,

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to