bootstrap | R Documentation |
Bootstrap Resampling
bootstrap(x, n.resamples = 10, seed = NULL)
x |
Input vector |
n.resamples |
Integer: Number of resamples to make. Default = 10 |
seed |
Integer: If provided, set seed for reproducibility. Default = NULL |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.