MergeResults: Merge Lists Returned From Separate Simulations With...

Description Usage Arguments Details Examples

Description

MergeResults is a utility function that allows to merge the output from separate simulations using the same function and parameter grid.

Usage

1
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

1
2
out<-MergeResults(identifier="MonteCarloResults", path="C:/Users/")
summary(out)

MonteCarlo documentation built on May 2, 2019, 4:05 p.m.