rss_sample_wo_replacement | R Documentation |
Generate ranked set sampling (RSS) without replacement on the population provided.
rss_sample_wo_replacement(pop, n, H, K)
pop |
Population that will be sampled with an auxiliary parameter in the second column. |
n |
Sample size. |
H |
Set size for each ranking group. |
K |
Number of rankers. |
A matrix with ranks from each ranker.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.