Re: [R] start() in zoo

2008-05-27 Thread Gabor Grothendieck
My best guess at your data based on what you posted works fine: > d <- zoo(c(NA, 8.792, 8.725)) > start(d) [1] 1 > packageDescription("zoo")$Version [1] "1.5-3" > R.version.string # Vista [1] "R version 2.7.0 Patched (2008-05-11 r45672)" Try sending me the output of dput(d) along with the versio

[R] start() in zoo

2008-05-27 Thread Arshavir
Hi, I'm trying to get the beginning of my zoo object's index through start (d) but sometimes get an error: Error in start(d): Unused argument (s) (c(NA, 8.792, 8.725, ...) The data(d) is retrieved from Bloomberg through RBloomberg. I am pulling 6 tickers (which means I'm getting 6 c