[R] acf(ts.union()): Missing Values in Object
Rich Shepard
rshepard at appl-ecosys.com
Thu Mar 27 19:13:01 CET 2014
On Thu, 27 Mar 2014, Rich Shepard wrote:
> s95ec.z <- read.zoo("s95ec.dat", sep = ".", format = "%Y-%m-%d"
^
) didn't
copy but was present on the command line.
Trying to specify the plot method, I try:
plot.zoo(acf(ts.intersect(s95ec.z, s95tds.z)))
which reduces the error to the puzzling:
Error in .cbind.ts(list(...), .makeNamesTs(...), dframe = dframe, union =
FALSE) :
no time series supplied
because zoo is a time series class, or so I thought.
Rich
More information about the R-help
mailing list