Learn R Programming

sampling (version 0.45)

UPtillepi2: Joint inclusion probabilties for Till� sampling

Description

Computes the joint (second-order) inclusion probabilities for Till� sampling.

Usage

UPtillepi2(pik,eps=1e-6)

Arguments

pik
the vector of the first-order inclusion probabilities.
eps
the control value, by default equal to 1e-6.

encoding

latin1

Details

Returns a NxN matrix of the following form: the main diagonal contains the first-order inclusion probabilities for each unit k in the population; elements (k,l) are the joint inclusion probabilities of units k and l, with k not equal to l. N is the population size. The value eps is used to control pik (pik>eps & pik < 1-eps).

References

Till�, Y. (1996), An elimination procedure of unequal probability sampling without replacement, Biometrika, 83:238-241.

See Also

UPtille

Examples

Run this code
#define the prescribed inclusion probabilities 
pik=c(0.2,0.7,0.8,0.5,0.4,0.4)
pik_joint=UPtillepi2(pik)
#the joint inclusion probabilities  
pik_joint

Run the code above in your browser using DataLab