Usage
sobolEff(model = NULL, X1, X2, order=1, nboot = 0, conf = 0.95, ...)
## S3 method for class 'sobolEff':
tell(x, y = NULL, \dots)
## S3 method for class 'sobolEff':
print(x, \dots)
## S3 method for class 'sobolEff':
plot(x, ylim = c(0, 1), ...)
Arguments
model
a function, or a model with a predict
method,
defining the model to analyze.
X1
the first random sample.
X2
the second random sample.
order
an integer specifying the order of the indices (1 or 2).
nboot
the number of bootstrap replicates, or zero to use asymptotic
standard deviation estimates given in Janon et al. (2012).
conf
the confidence level for confidence intervals.
x
a list of class "sobolEff"
storing the state of the
sensitivity study (parameters, data, estimates).
y
a vector of model responses.
ylim
y-coordinate plotting limits.
...
any other arguments for model
which are passed
unchanged each time it is called.