powered by
Evaluates a mcmodel object (or a valid expression) using a specified number of simulations and with (or without) a specified seed.
mcmodel
evalmcmod(expr, nsv=ndvar(), nsu=ndunc(), seed=NULL)
The results of the evaluation. It should be a mc object.
A model of class mcmodel or a valid expression.
The number of simulations in the dimension of variability used in the evaluation.
The number of simulations in the dimension of uncertainty used in the evaluation.
The random seed used for the evaluation. If NULL the seed is unchanged.
The model is evaluated. The intermediate variables used to build the mc object are not stored.
evalmccut to evaluate high dimension Monte Carlo Model in a loop.
evalmccut
data(ec) ec$modEC1 evalmcmod(ec$modEC1, nsv=100, nsu=100, seed=666)
Run the code above in your browser using DataLab