Re: [R] Selecting variables from a list of data.frames

2009-01-06 Thread Ben Bolker
Magnus zulutime.net> writes: > > I have a simulation program that generates a data frame for each run. I > aggregate the data.frames into a list (df.list). The structure of all data > frames is the same, only the values are different. > > I then want to aggregate the various runs. Currently

[R] Selecting variables from a list of data.frames

2009-01-06 Thread Magnus
I have a simulation program that generates a data frame for each run. I aggregate the data.frames into a list (df.list). The structure of all data frames is the same, only the values are different. I then want to aggregate the various runs. Currently I use the following method (for three runs