This functions wraps all required calls to perform Sobol method for global sensitivity analysis.
Easy.Sobol(m.dir, m.ds, m.time = 300, parameters, exp.n = 500,
bs.size = 200, exp.r = 1, FUN, default = NULL,
fsobol = sobol2002, fsampl = AoE.LatinHypercube)
The installation directory of some repast model
The name of any model aggregate dataset
The total simulated time
The input factors
The experiment sample size
The bootstrap sample size for sobol method
The number of experiment replications
The objective or cost function. A function defined over the model output.
The alternative values for parameters which should be kept fixed
The alternative function for calculating sobol indices
The function for sampling data
A list with holding experimnt, object and charts