I made smaller zoo object with one column with the structure below

smooththirtylogbidask<-structure(c(4.77126598671015, 4.77127449545028,
4.77128569715842, 
4.771299144447), index = structure(c(1144022520, 1144022580, 
1144022640, 1144022700), class = c("POSIXt", "POSIXct")), class = "zoo")

And then I printed it out 3 different ways as below.

print(smooththirtylogbidask[,])
print(smooththirtylogbidask[,"logbidask"])
print(smooththirtylogbidask[,"xxx"])

All of them worked in that they printed out the EXACT same correct thing
which tells me that the column reference you
put in is ignored when the object is just one column. I am unsure if
this intended 
general R behavior, intended general zoo behavior or just unintended
behavior but I figured I would send this info out.
--------------------------------------------------------

This is not an offer (or solicitation of an offer) to buy/se...{{dropped}}

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to