[R] tframe question - latest.start

Jason Turner jasont at indigoindustrial.co.nz
Thu May 24 07:38:25 CEST 2001


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, linux-gnu
status =
major = 1
minor = 2.3
year = 2001
month = 04
day = 26
language = R

-- 
Indigo Industrial Controls Ltd.
64-21-343-545
jasont at indigoindustrial.co.nz
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list