Function that simulates the model outputs
simulmodel(model, plan, nomFic = NULL, verbose = FALSE, ...)
name of R-function
data frame of input design
name of file that contains the model function
verbose
...
data frame of model outputs
The model function must be a R-function. Models defined as functions
will be called once with an expression of the form y <- f(X)
where X
is
a vector containing a combination of levels of the input factors, and y
is the output vector of length \(q\), where \(q\) is the number of output
variables