The "ResIN_boots_prepped" object is created by
ResIN_boots_prepare and provides a reproducible specification
for running a bootstrap with ResIN_boots_execute.
Details
A "ResIN_boots_prepped" object is a list with (at least) the following elements:
- call
The matched call used to create the plan.
- boots_type
Character;
"resample"or"permute".- n
Integer; number of bootstrap iterations.
- resample_size
Integer; sample size used when resampling rows.
- weights
Optional numeric vector of sampling weights (or
NULL).- save_input
Logical; whether to store bootstrap inputs during execution.
- seed_boots
Integer; seed used to generate per-iteration seeds.
- iter_seeds
Integer vector; per-iteration RNG seeds (useful for parallel execution).
- arglist
A list of arguments passed to
ResINfor each re-fit (typically based on the original ResIN call, with plotting disabled).- df_id
Character; MD5 hash identifying the raw data used to create the plan.
- ResIN_version
Character; ResIN package version used to create the plan.
