powered by
Compute the inclusion probabilities to be used in a PIps design with sample size equal to n.
n
pinc(n, x)
a positive integer indicating the desired sample size.
a positive numeric vector giving the values of the auxiliary variable.
A numeric vector giving the inclusion probability of each element.
The inclusion probabilities are calculated as \(n\times x_{k}/t_{x}\) and corrected, if necessary, to ensure that they are smaller or equal than one.
# NOT RUN { x<- 1 + sort( rgamma(100, shape=4/9, scale=108) ) pinc(n=30,x) # }
Run the code above in your browser using DataLab