- in Stata, this is your -svyset-
- in SAS, this is your PROC SURVEY ; WEIGHTS = ; CLUSTER = ; STRATA = ; setup
- in R, here's your svydesign
so that researchers could pick and drop this into their analyses.
For household analyses, the specification is [BLAH]
For analysis of adults, the specification is [BLAH]
For analysis of children, the specification is [BLAH]
For analysis of urine samples, ...
1. Search documentation for "svyset" as a keyword.
3. See if there is any description of strata and clusters near the text where weights are mentioned.
5. Search for "replicate weights", "BRR", "jackknife" and "bootstrap".