Re: [R] merge zoo objects contained in a list

2009-08-12 Thread stephen sefick
All of the data frames in the list (list of 74) have the same column names, and some have the exact same index values, while others have out of sync, but in the same range. I can send a small example off list. I will look at it again when I get into work this morning to see if I can fix it. than

Re: [R] merge zoo objects contained in a list

2009-08-11 Thread Gabor Grothendieck
Can you provide something reproducible and elaborate on what "expected" means. On Tue, Aug 11, 2009 at 4:11 PM, stephen sefick wrote: > I would like to merge zoo objects that are stored in a list into one > big zoo object with one index for all of the observations. > > I have created the list (74

[R] merge zoo objects contained in a list

2009-08-11 Thread stephen sefick
I would like to merge zoo objects that are stored in a list into one big zoo object with one index for all of the observations. I have created the list (74 dataframes) with the code below, and have tried the do.call(merge, foo) in the call and the output is not what I expected. Any help would be