normalise_weights_kish: Normalise Survey Weights and apply Kish Coefficients

View source: R/prepare_survey_data.R

normalise_weights_kishR Documentation

Normalise Survey Weights and apply Kish Coefficients

Description

Normalise survey weights and apply Kish coefficients.

Usage

normalise_weights_kish(
  survey_circumcision,
  strata.norm = c("survey_id", "area_id"),
  strata.kish = c("survey_id")
)

Arguments

survey_circumcision
  • Information on male circumcision status from surveys. If this is a list or contains more than one country, the function is performed for each country present, returning a list.

strata.norm

Stratification variables for normalising survey weights, Default: c("survey_id", "area_id")

strata.kish

Stratification variables for estimating and applying the Kish coefficients, Default: "survey_id"

Value

Survey data with normalised survey weights and required variables to run circumcision model.


mrc-ide/threemc documentation built on Feb. 9, 2024, 5:16 p.m.