a value (class randboot) or a vector (class
krandboot) with observed statistics
boot
a vector (class randboot) or a matrix (class
krandboot) with the bootstrap values of the statistics
quantiles
a vector indicating the lower and upper quantiles to compute
names
a vector of names for the statistics
call
the matching call
x
an object of class randboot or krandboot
object
an object on which bootstrap should be perform
…
other arguments to be passed to methods
Value
an object of class randboot or krandboot
References
Carpenter, J. \& Bithell, J. (2000) Bootstrap confidence
intervals: when, which, what? A practical guide for medical
statisticians.Statistics in medicine, 19, 1141-1164
# NOT RUN {## an example corresponding to 10 statistics and 100 repetitionsbt <- as.krandboot(obs = rnorm(10), boot = matrix(rnorm(1000), nrow = 100))
bt
if(adegraphicsLoaded())
plot(bt)
# }