bootstrap which inherits from
resamp.
makeBootstrap(replicates, observed, n, call, seed.start, seed.end,
dim.obs = NULL, weights = NULL, ...)
bootstrap() (or other resampling function).
Should contain arguments
specifying the
data and
statistic used in the fit. Used in
to identify data and statistic to jackknife when calculating the acceleration,
and by
and
.
dim.obs. This is used in
and
to control the layout of plots.
group and
indices to include in the
returned list. For some of these arguments, a value of
NULL is
equivalent to not being present, so the
NULL is not included
in the returned list.
bootstrap which inherits from
resamp. This has
components
call,
observed,
replicates,
estimate,
B,
n,
dim.obs,
seed.start, and
seed.end.
Optional components include
B.missing,
group,
subject,
indices,
weights, and
L.
The data frame
estimate has three columns containing the
bootstrap estimates of
Bias,
Mean, and
SE. These are
weighted estimates if
weights is supplied. See
or
for further details.
Various parts of the output are required for use by some functions
that operate on a
bootstrap object.
For example,
and
require the initial seed,
requires the final seed,
and numerous functions require the call.