search for: tbind

Displaying 1 result from an estimated 1 matches for "tbind".

Did you mean: bind
2001 May 24
1
tframe question - latest.start
I'm having some trouble figuring out latest.start in the tframe package. The results seem a bit cloudy. Sample session: > library(ts) > library(tframe) Loading required package: syskern > t1<-ts(c(1,2,3,4,5),start=1) > t2<-ts(c(1,2,3,4,5),start=2) > earliest.start(tbind(t1,t2)) [1] 1 1 > earliest.start(tbind(t2,t1)) [1] 1 1 > latest.start(tbind(t2,t1)) [1] 1 1 > latest.start(tbind(t2,t1)) [1] 1 1 Same results if the series are tframed. Any ideas, comments? Cheers, Jason Version: platform = i586-pc-linux-gnu arch = i586 os = linux-gnu system = i586...