random.sample {statpsych} | R Documentation |
Generate a random sample
Description
Generates a random sample of participant IDs without replacement.
Usage
random.sample(popsize, samsize)
Arguments
popsize |
study population size |
samsize |
sample size |
Value
Returns a vector of randomly generated participant IDs
Examples
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
[Package statpsych version 1.6.0 Index]