Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: Pooling DHS surveys: svyset command?


From   <[email protected]>
To   <[email protected]>
Subject   st: Pooling DHS surveys: svyset command?
Date   Tue, 24 Jul 2012 14:13:07 +0100

Dear Stata list serve members,

I am pooling three years of Malawi DHS data (2000, 2004 and 2010). How
would you recommend that I take into account the survey design given psu
and strata variables and adjustment weights? 

The sampling designs differ across surveys and seem to be as follows:
- DHS 2010: stratified by district then urban/rural. Clusters were
selected using probability-proportionate to size (PPS) (frame was the
2008 census enumeration units) 
- DHS 2004: stratified by region then urban/rural. Clusters were then
clusters selected using PPS (Frame 1998 census enumeration units)
- DHS 2000: stratified by region then urban/rural. Clusters were
selected through systematic sampling (Frame 1998 census enumeration
units) 

Instructions on the DHS website say do the following: 
- to generate weight: generate weight = v005/1000000 
- to make unique strata values depending on how sampling design (in this
case already done for 2010, and 2004 and 2000 v025 and v024 represent
region and urban/rural variables): egen strata = group(v024 v025), label

DHS website, however, does not appear to indicate how to take into
account survey design when surveys are pooled.

On the Stata ListServe the following recommendations are provided on a
related, but non-DHS, question
(http://www.stata.com/statalist/archive/2008-10/msg00521.html):

If your surveys were stratified, to begin with, then it would become: 
svyset psuXyear [pw=weight in each wave], strata(waveXoriginal_strata)

where -X- stands for interaction along the lines of:
egen psuXyear = group(psu year)

Svyset command I use is as follows:
svyset psuXyear [pw=weight], strata(strataXyear) singleunit(scaled)

For pooling DHS surveys, does this svyset command look appropriate?

Best regards,
Milo


Please access the attached hyperlink for an important electronic communications disclaimer: http://lse.ac.uk/emailDisclaimer

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index