summary.parametricBootstrap(object, probs=c(25, 50, 950, 975)/1000)
object (
call,
B,
observed,
estimate), plus percentiles
limits.emp
and (if
observed has more than one element)
the correlation matrix
correlation for the
replicates.
The print method prints the results in a nicely formatted manner.
temp <- parametricBootstrap(iris[,1,1], mean, rsampler = rnorm,
args.rsampler = list(mean = mean(iris[,1,1]),
sd = sqrt(var(iris[,1,1]))))
summary(temp)