Usage
sobolowen(model = NULL, X1, X2, X3, nboot = 0, conf = 0.95, varest = 2, ...)
## S3 method for class 'sobolowen':
tell(x, y = NULL, return.var = NULL, varest = 2, \dots)
## S3 method for class 'sobolowen':
print(x, \dots)
## S3 method for class 'sobolowen':
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.
X3
the third random sample.
nboot
the number of bootstrap replicates.
conf
the confidence level for bootstrap confidence intervals.
varest
choice for the variance estimator for the denominator of
the Sobol' indices. varest=1 is for a classical estimator.
varest=2 (default) is for the estimator proposed in Janon et al. (2012).
x
a list of class "sobol"
storing the state of the
sensitivity study (parameters, data, estimates).
y
a vector of model responses.
return.var
a vector of character strings giving further
internal variables names to store in the output object x
.
ylim
y-coordinate plotting limits.
...
any other arguments for model
which are passed
unchanged each time it is called