Hi everyone,
I am relatively new at analyzing survey data and not sure if I have the right code for post stratification for my dataset? Thank you for any advice!
The data uses random sampling and
Post-stratification To reduce the overall standard errors, and weight the population totals up to the known population figures, a post-stratification correction is applied. Based on the projected number of households in Kampala and in the urban and rural segments of the four main regions (central, eastern, northern and western), adjustment factors are calculated. For cross-sectional estimates of population dynamics based only on the UNPS 2009/10 data, the data users must use the variable wgt09 as part of GSEC1.dta of the UNPS 2009/10 package. This variable includes sampling weights for original as well as split-off households and is generated as a result of the procedures detailed above. As noted above, the UNPS strata of representativeness include (i) Kampala City, (ii) Other Urban Areas, (iii) Central Rural, (iv) Eastern Rural, (v) Western Rural, and (vi) Northern Rural. The variable stratum as part of the GSEC1.dta of the UNPS 2009/10 data package captures these.
Code:
svyset, poststrata(stratum) postweight(wgt09)
I am relatively new at analyzing survey data and not sure if I have the right code for post stratification for my dataset? Thank you for any advice!
The data uses random sampling and
Post-stratification To reduce the overall standard errors, and weight the population totals up to the known population figures, a post-stratification correction is applied. Based on the projected number of households in Kampala and in the urban and rural segments of the four main regions (central, eastern, northern and western), adjustment factors are calculated. For cross-sectional estimates of population dynamics based only on the UNPS 2009/10 data, the data users must use the variable wgt09 as part of GSEC1.dta of the UNPS 2009/10 package. This variable includes sampling weights for original as well as split-off households and is generated as a result of the procedures detailed above. As noted above, the UNPS strata of representativeness include (i) Kampala City, (ii) Other Urban Areas, (iii) Central Rural, (iv) Eastern Rural, (v) Western Rural, and (vi) Northern Rural. The variable stratum as part of the GSEC1.dta of the UNPS 2009/10 data package captures these.
Code:
svyset, poststrata(stratum) postweight(wgt09)
Comment