Sample a certain number of observations
1 | sample_nobs(N, n_min, n_max, sample_func)
|
N |
number of clusters (institutions) |
n_min |
limit on the number of observations within the smallest cluster (institution) |
n_max |
limit on the of observations within the largest cluster (institution) |
sample_func |
function to sample jth cluster (institution) size in a form other than Unif(n_min,n_max) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.