boot_index | R Documentation |
Helper function for the easy creation of an index to bootstrap. Each element has the same number of samples.
boot_index(samples, boots)
samples |
A numeric value of samples. |
boots |
A numeric value of bootstraps you want. |
A list of length boots
with indices for the samples.
boot_index_sgcca()
boot_index(10, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.