random.sample | R Documentation |
Generates a random sample of participant IDs without replacement.
random.sample(popsize, samsize)
popsize |
study population size |
samsize |
sample size |
Returns a vector of randomly generated participant IDs
random.sample(3000, 25)
# Should return:
# [1] 37 94 134 186 212 408 485 697 722 781 998 1055
# [13] 1182 1224 1273 1335 1452 1552 1783 1817 2149 2188 2437 2850 2936
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.