srswor1 {sampling} | R Documentation |
Draw a simple random sampling without replacement of size n, using the selection-rejection method.
srswor1(n,N)
n |
sample size. |
N |
population size. |
Return a vector (0 and 1) of size N which is the population size.
Fan, C.T., Muller, M.E., Rezucha, I. (1962), Development of sampling plans by using sequential (item by item) selection techniques and digital computer, Journal of the American Statistical Association, 57, 387-402.
srswor1(3,10)