View source: R/NaiveBoot_dep.R
NaiveBoot_dep | R Documentation |
The Naive Bootstrap
NaiveBoot_dep(data, B = 1000, groups = NULL, keepgroups = F, size = 1)
data |
data to be bootstrapped |
B |
number of bootstrap samples to take |
groups |
grouping variable if there is one |
keepgroups |
keep the grouping variable? |
size |
size of the bootstrap resamples relative to the original sample |
a list of bootstrap resamples
X<-TestData() Y<-NaiveBoot(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.