| ResIN_boots_executed | R Documentation |
The "ResIN_boots_executed" object is returned by
ResIN_boots_execute. It contains a list of fitted "ResIN" objects,
typically produced by refitting ResIN on resampled/permuted versions of the original data.
The object is a list of length n where each element is (typically) a
ResIN fit. For reproducibility, the following attributes may be present:
planA "ResIN_boots_prepped" plan used to generate the results.
boot_inputsOptional list of bootstrap input data sets (only if save_input = TRUE in the plan).
createdTime stamp when the executed object was created.
print(x)Print a compact overview of the bootstrap results.
summary(object)Summarize the results (iterations, successes/failures, plan details).
length(x)Return the number of iterations.
x[i]Subset the results while preserving attached attributes.
ResIN_boots_prepare, ResIN_boots_execute,
ResIN_boots_extract, ResIN_boots_prepped
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.