Description Usage Arguments Examples
Computes the first-order inclusion probabilities from a vector of positive numbers (for a probability proportional-to-size sampling design). This function is borrowed from the package "sampling" by Alina Matei and Yves Till<c3><a9>. Licence (GPL >=2).
1 | probabilities(a,n)
|
a |
vector of positive numbers |
n |
sample size |
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
############
## Example
############
# a vector of positive numbers
a=1:20
# computation of the inclusion probabilities for a sample size n=12
pik=probabilities(a,12)
pik
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.