Skip to content
Prev 77600 / 398502 Next

user ignored an informative warning message (was ts.intersect bug?)

On Wed, 21 Sep 2005, Antonio, Fabio Di Narzo claimed:
In reality, it gives a helpful warning:
NULL
Warning message:
non-intersecting series in: .cbind.ts(list(...), .makeNamesTs(...), dframe 
= dframe, union = FALSE)

Your two series have no time points in common, see
Time Series:
Start = c(0, 1)
End = c(0, 10)
Frequency = 10
  [1] 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9
Time Series:
Start = c(1, 1)
End = c(1, 10)
Frequency = 10
  [1] 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9

or try