BootstrapDistribution | R Documentation |
Create a bootstrap distribution. During function sampling, CAMPSIS will generate values depending on the given data and arguments.
BootstrapDistribution(data, replacement = FALSE, random = FALSE)
data |
values to draw, numeric vector |
replacement |
values can be reused or not, logical |
random |
values are drawn randomly, logical |
a bootstrap distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.