brewer {jipApprox} | R Documentation |
Brewer sampling procedure ————————————————–
Description
Brewer sampling procedure ————————————————–
Usage
brewer(pik, n, N, s, list)
Arguments
pik |
vector of first-order inclusion probabilities |
n |
sample size |
N |
population size |
s |
vector of length N, with 1s at the positions of self-selecting units |
list |
vector with positions of self selcting units |
Note
this function is a modified version of function UPbrewer
,
from the sampling package.
[Package jipApprox version 0.1.5 Index]