| MergeResults {MonteCarlo} | R Documentation | 
Merge Lists Returned From Separate Simulations With MonteCarlo().
Description
MergeResults is a utility function that allows to merge the output from separate simulations
using the same function and parameter grid.
Usage
MergeResults(identifier, path)
Arguments
| identifier | String that is common to the names of the files that are supposed to be merged. | 
| path | String specifying the path to directory that contains the files. | 
Details
To merge two or more files with simulation results they have to be saved using save.
The identifier string has to be part of the name of all targeted files, but not part of the names of any 
other files in the directory.
Examples
out<-MergeResults(identifier="MonteCarloResults", path="C:/Users/")
summary(out)
[Package MonteCarlo version 1.0.6 Index]