syst.all.samples | R Documentation |
Returns all possible systematic samples of size n
syst.all.samples(data, n)
data |
Population data |
n |
Sample size |
List with a sample per entrance
data<-c(1,3,5,2,4,6,2,7,3)
syst.all.samples(data, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.