a list with class "jackknife"
that inherits from "resample"
,
with components:
observedthe value of the statistic for the original data.
replicatesa matrix with R
rows and p
columns.
nnumber of observations in the original data, or vector of
length 2 in two-sample problems.
plength(observed)
.
Rnumber of replications.
seedthe value of the seed at the start of sampling.
callthe matched call.
statisticsa data frame with p
rows, with columns
"observed"
, "mean"
(the mean of the replicates),
and other columns appropriate to resampling; e.g. the bootstrap
objects have columns "SE"
and "Bias"
,
while the permutation test objects have "Alternative"
and "PValue"
.
There are functions for printing and plotting these objects,
in particular print, plot, hist, qqnorm,
quantile.