Description Usage Arguments Value Examples
View source: R/23-calculate_weights.R
Function to calculate probability of each cluster in a sampling frame to be sampled
1 | get_cluster_weights(n, N, m)
|
n |
Population size of cluster |
N |
Total population |
m |
Number of clusters |
Numeric value of cluster weight
1 | get_cluster_weights(n = 1028, N = 20000, m = 30)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.