Description Usage Arguments Value Examples
Collate indices of various model structures in one 3-dimensional array.
1 2 | Simulations2Indices(ModelList, ResultsFolder, nParams, nIndices, verbose,
string = "indices")
|
ModelList |
this is the reduced list of model structures (total number: 252) |
ResultsFolder |
path to the folder where the function saves the results |
nParams |
number of sampled parameter sets |
nIndices |
number of Model Performance Indices (MPIs) |
verbose |
if TRUE, it prints details of the current simulation |
string |
name of the object containing the indices (this is "indices" by default) |
3D arrays containing in the first dimension the parameters, in the second dimension the indices and in the third dimension the model structures.
1 | # indices <- Simulations2Indices(ModelList,ResultsFolder,nParams, nIndices, verbose)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.