- model
a function, or a model with a predict
method,
defining the model to analyze.
- perturb
Perturbation used to calculate sensitivity at each evaluation location
- par.ranges
A named list of minimum and maximum parameter values
- samples
Number of samples to generate. For the "grid"
and
"innergrid"
method, corresponds to the number of samples for
each parameter, and may be a vector.
- method
Sampling scheme. See parameterSets
- X0
Parameter values at which to evaluate sensitivity indices.
Can be used instead of specifying sampling method
- varprior
Prior variance. If X0
is specified, varprior
must also be specified.
- varoutput
Output variance. If "summation"
is specified (default value),
the ouput variance is computed by summing the first order effects. If "empirical"
is specified, the ouput variance is estimated frome the output sample.
- ...
any other arguments for model
which are passed
unchanged each time it is called.
- x
a list of class "delsa"
storing the state of the
sensitivity study (parameters, data, estimates).
- y
a vector of model responses.
- which
if a subset of the plots is required, specify a subset of the numbers 1:3
- ask
logical; if TRUE, the user is asked before each plot, see par(ask=.)