| ResIN_boots_draws | R Documentation |
"ResIN_boots_draws" objects are typically returned by ResIN_boots_extract
when the requested quantity is scalar per bootstrap iteration (e.g., "global_clustering").
The object is a numeric vector with attributes describing the bootstrap context.
Common attributes include:
whatName of the extracted quantity.
n_total, n_ok, n_failedCounts of total, successful, and failed iterations.
planThe "ResIN_boots_prepped" plan used to generate the results (if attached).
createdTimestamp of execution (if attached).
print(x)Compact display including median and 95% CI.
summary(object)Return descriptive statistics and quantiles.
confint(object)Quantile-based confidence intervals.
plot(x)Histogram with CI markers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.