Easy.Morris: Easy API for Morris's screening method

Description Usage Arguments Value

View source: R/rrepast-easyapi.R

Description

This function wraps all calls to perform Morris method.

Usage

1
2
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


rrepast documentation built on Feb. 19, 2020, 9:06 a.m.

Related to Easy.Morris in rrepast...