jack.after.bootstrap(boot.obj, functional=mean,
threshold=2, ...,
frame.eval.boot=sys.parent(1))
bootstrap.
boot.obj$stats (i.e. "Bias",
"Mean", or "SE") or a function expecting a vector as its first argument
and returning a scalar, e.g.
mean.
functional.
bootstrap used in
resamp.get.indices
to regenerate the indices used in constructing the replicates.
By default,
the function is evaluated in the frame which calls
jack.after.boot.
jack.after.boot with components
call,
functional,
rel.influence
,
large.rel.influence,
values.functional,
dim.obs,
and
threshold.
Jackknife-after-bootstrap usually overestimates standard errors.
Efron, B. and Tibshirani, R. J. (1993). An Introduction to the Bootstrap. San Francisco: Chapman & Hall.
temp <- bootstrap(stack.loss,var) jack.after.bootstrap(temp)