BuildParameterSet {rrepast}R Documentation

Builds the simulation parameter set

Description

Merges the design matrix with parameters which will be keep fixed along simulation runs.

Usage

BuildParameterSet(design, parameters)

Arguments

design

The experimental desing matrix for at least one factor

parameters

All parameters of the repast model.

Value

A data frame holding all parameters required for running the model

Examples

## Not run: 
   modeldir<- "c:/usr/models/BactoSim(HaldaneEngine-1.0)"
   e<- Model(modeldir=modeldir,dataset="ds::Output")
   Load(e)

   f<- AddFactor(name="cyclePoint",min=40,max=90)

   p<- GetSimulationParameters(e)

   d<- AoE.LatinHypercube(factors=f)

   p1<- BuildParameterSet(d,p)
## End(Not run)


[Package rrepast version 0.8.0 Index]