Description Usage Arguments Value Examples
View source: R/unibootsample.R
unibootsample
1 | unibootsample(data, size)
|
data |
A dataframe or matrix to be univariately bootstrapped |
size |
size of each bootstrap sample as a fraction of the total sample size. Total sample size must be evenly divisible by "size". |
A matrix or dataframe with nrow=nrow(X)*size
1 2 3 4 | X<-c(0:9)
Y<-c(20:29)
Z<-cbind(X,Y)
unibootsample(Z,1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.