getExperimentParamSet {rrepast}R Documentation

Helper function to get experiment paramset

Description

The RunExperiment function returns a list holding the paramset, output and dataset collection. The paramset collection contains the parameters used for running the experimental setup. The output has the results from user provided calibration function. The dataset collection has the raw output of 'Repast' aggregated dataset.

Usage

getExperimentParamSet(e)

Arguments

e

The experiement object returned by RunExperiment

Value

The reference to output container.

Examples

## Not run: 
   d<- "C:/usr/models/your-model-directory"
   m<- Model(d)
   ...
   e<- RunExperiment(e,r=1,exp.design,my.cost)
   p<- getExperimentParamSet(e)
## End(Not run)


[Package rrepast version 0.8.0 Index]