On Jul 4, 2010, at 7:12 PM, Martin Dózsa wrote:

Hi all,

I have the following problem: I need to run a large number of simulations, therefore I use many computers. After the computations I need to make some operations with the obtained results (such as weighted average, sum, etc.).

My question is, how is it possible to combine the output of several R
sessions?

My objects are quite complex (multi-dimensional arrays), therefore export to some simple csv file seems not to be a solution. I also need to do this operation several times, so it would be good if it could be automatized.


?save
require(abind)
?abind

--
David.
______________________________________________
R-help@r-project.org 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