rss_sample_wo_replacement: Generate ranked set sampling (RSS) without replacement on the...

View source: R/rss_sample.R

rss_sample_wo_replacementR Documentation

Generate ranked set sampling (RSS) without replacement on the population provided.

Description

Generate ranked set sampling (RSS) without replacement on the population provided.

Usage

rss_sample_wo_replacement(pop, n, H, K)

Arguments

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.

Value

A matrix with ranks from each ranker.


biometryhub/RSS_package documentation built on Feb. 18, 2025, 11:56 p.m.