View source: R/prepare_survey_data.R
normalise_weights_kish | R Documentation |
Normalise survey weights and apply Kish coefficients.
normalise_weights_kish(
survey_circumcision,
strata.norm = c("survey_id", "area_id"),
strata.kish = c("survey_id")
)
survey_circumcision |
|
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" |
Survey data with normalised survey weights and required variables to run circumcision model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.