| ResIN_boots_prepped | R Documentation |
The "ResIN_boots_prepped" object is created by
ResIN_boots_prepare and provides a reproducible specification
for running a bootstrap with ResIN_boots_execute.
A "ResIN_boots_prepped" object is a list with (at least) the following elements:
The matched call used to create the plan.
Character; "resample" or "permute".
Integer; number of bootstrap iterations.
Integer; sample size used when resampling rows.
Optional numeric vector of sampling weights (or NULL).
Logical; whether to store bootstrap inputs during execution.
Integer; seed used to generate per-iteration seeds.
Integer vector; per-iteration RNG seeds (useful for parallel execution).
A list of arguments passed to ResIN for each re-fit
(typically based on the original ResIN call, with plotting disabled).
Character; MD5 hash identifying the raw data used to create the plan.
Character; ResIN package version used to create the plan.
print(x)Print a compact summary of the bootstrap plan.
summary(object)Return a structured summary of the plan.
length(x)Return the number of iterations n.
x[i]Subset the plan to selected iteration indices (also updates n).
ResIN_boots_prepare, ResIN_boots_execute,
ResIN_boots_extract
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.