Easy.Morris {rrepast} | R Documentation |
Easy API for Morris's screening method
Description
This function wraps all calls to perform Morris method.
Usage
Easy.Morris(m.dir, m.ds, m.time = 300, parameters, mo.p, mo.r, exp.r,
FUN, default = NULL)
Arguments
m.dir |
The installation directory of some repast model |
m.ds |
The name of any model aggregate dataset |
m.time |
The total simulated time |
parameters |
The factors for morris screening. |
mo.p |
The number of levels for the model's factors. |
mo.r |
Repetitions. The number of random sampling points of Morris Method. |
exp.r |
The number of experiment replications |
FUN |
The objective or cost function. A function defined over the model output. |
default |
The alternative values for parameters which should be kept fixed |
Value
A list with holding experimnt, object and charts
[Package rrepast version 0.8.0 Index]