Give quantiles of bootstrap samples SACE.
boot.ci(object, nboot = 1000, seed = 100:(100 + nboot - 1), alpha = 0.05,
max.step = 1000, singular.ok = FALSE, print.progress = TRUE)an object of class sace.
a positive integer. The number of bootstrap samples desired.
an integer vector with length nboot. Seed to generate samples.
confidence level.
see documentation of sace.
see documentation of sace.
logical. Need progress be printed?
a list with 4 elements:
number of failures during bootstrap.
a vector with length nboot-skip. SACE estimates of all bootstrap samples.
scaler. Standard deviation of SACE estimates of all bootstrap samples.
a vector with length 2. Estimated confidence interval.