maxEntropy {jipApprox} | R Documentation |
Conditional Poisson Sampling (maximum entropy sampling)
Description
Draw a sample by means of Conditional Poisson Sampling
Usage
maxEntropy(pik, N, q)
Arguments
pik |
vector of first-order inclusion probabilities |
N |
population size (excluding self-selecting units) |
q |
matrix of selection probabilities, computed by means of function
|
Note
this functions is a modified version of function UPmaxentropy
,
in the sampling package.
[Package jipApprox version 0.1.5 Index]