Description Usage Arguments Value Examples
bootsample
1 | bootsample(data, size = 1)
|
data |
a dataset to be bootstrapped |
size |
the size of the bootstrap sample relative to the original sample |
a dataset
1 2 | X<-TestData()
Y<-bootsample(X)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.