search for: mergedcad

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

Did you mean: mergeday
2008 Mar 15
1
feeding merge.zoo a vector containing the names of zoo objects?
...life of me figure it out. Thanks in advance for any enlightenment offered. library(zoo) CADstocknames <- c("xbb.to","xsb.to","xiu.to") for(i in 1:length(CADstocknames)){ assign(CADstocknames[i], get.hist.quote(CADstocknames[i],quote = "AdjClose")) } mergedCAD <- merge.zoo(xbb.to,xsb.to,xiu.to, all = TRUE, retclass ="data.frame") tail(mergedCAD) -- View this message in context: http://www.nabble.com/feeding-merge.zoo-a-vector-containing-the-names-of-zoo-objects--tp16067806p16067806.html Sent from the R help mailing list archive at Nabble...