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