Skip to contents

When the survey package is installed and strata is supplied, defers to survey::as.svrepdesign(..., type = "JKn") for variance compatibility.

Usage

morie_weights_jackknife(weights, strata = NULL, jk_type = c("JK1", "JKn"))

Arguments

weights

Numeric vector of unit-level design weights.

strata

Optional vector of stratum identifiers aligned with weights.

jk_type

Character; jackknife type ("jk1", "jk2", "jkn").