Usage
sensiFdiv(model = NULL, X, fdiv = "TV", nboot = 0, conf = 0.95, ...)
"tell"(x, y = NULL, ...)
"print"(x, ...)
"plot"(x, ylim = c(0, 1), ...)
Arguments
model
a function, or a model with a predict
method,
defining the model to analyze.
X
a matrix or data.frame
representing the input random sample.
fdiv
a string or a list of strings specifying the Csiszar f-divergence
to be used. Available choices are "TV" (Total-Variation),
"KL" (Kullback-Leibler), "Hellinger" and "Chi2" (Neyman chi-squared).
nboot
the number of bootstrap replicates
conf
the confidence level for confidence intervals.
x
a list of class "sensiFdiv"
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.