Probability proportional to size (PPS) sampling
Arguments
- df
A data frame.
- size_col
Name of the size measure column.
- n
Number of units to select.
- seed
Random seed.
- replace
Logical;
FALSE(default) uses PPS-without-replacement (Madow systematic-like), matchingmorie.sampling.pps_samplesince 2026-05-22.TRUEreverts to the legacy Hansen-Hurwitz with-replacement scheme.