Skip to contents

Bootstrap replicate weights (Rao-Wu rescaling within strata).

Usage

morie_weights_bootstrap(weights, n_replicates = 200, strata = NULL, seed = 42)

Arguments

weights

Numeric vector of unit-level design weights.

n_replicates

Integer; replicate count.

strata

Optional vector of stratum identifiers aligned with weights.

seed

Integer RNG seed.