Greetings,
I'm am having some difficulties determining how to declare my survey design with the svyset command. It is less a question about syntax and more a question regarding survey interpretation. I'm picking this up from someone else and guidance would be greatly appreciated. I have a survey with 600 samples for an evaluation that was sampled on these terms:
(1) At the first level 6 districts were selected for project implementation.
(2) Within each district a number of VDCs (governing unit) were selected (ranges from 2-6 VDCs per district) for a total sample of 20 VDCs. Half of the VDCs were assigned treatment status and half were assigned control status.
(3) Within each VDC a number of wards (smaller governing unit) were selected (varied from 2-3 wards per VDC) for a total of 57 wards.
(4) Finally a sample of households were selected within each ward for survey and were stratified based on light or intense treatment option (for those located within treatment VDCs) for a total of 600 households sampled.
I've calculated fpc values for each stage and tried to use these stages as described in svyset but I believe I'm doing something wrong because when I try to use svy estimation commands I get a note of "Missing standard errors because of stratum with single sampling unit." However, the whole reason for using svyset is get accurate standard errors given a complex sampling design. My interpretation on how to enter this information (and thus my code) using svyset is
svyset district_name, fpc(fpc_district) vce(linearized) singleunit(missing) || vdc_name, strata(treat_cont) fpc(fpc_vdc) || ward_number, fpc(fpc_ward) || household_number, strata(hh_type) fpc(fpc_hh)
Any guidance on interpretation of this sample design and thus svy set would be greatly appreciated.
Thank you!
Rachel
I'm am having some difficulties determining how to declare my survey design with the svyset command. It is less a question about syntax and more a question regarding survey interpretation. I'm picking this up from someone else and guidance would be greatly appreciated. I have a survey with 600 samples for an evaluation that was sampled on these terms:
(1) At the first level 6 districts were selected for project implementation.
(2) Within each district a number of VDCs (governing unit) were selected (ranges from 2-6 VDCs per district) for a total sample of 20 VDCs. Half of the VDCs were assigned treatment status and half were assigned control status.
(3) Within each VDC a number of wards (smaller governing unit) were selected (varied from 2-3 wards per VDC) for a total of 57 wards.
(4) Finally a sample of households were selected within each ward for survey and were stratified based on light or intense treatment option (for those located within treatment VDCs) for a total of 600 households sampled.
I've calculated fpc values for each stage and tried to use these stages as described in svyset but I believe I'm doing something wrong because when I try to use svy estimation commands I get a note of "Missing standard errors because of stratum with single sampling unit." However, the whole reason for using svyset is get accurate standard errors given a complex sampling design. My interpretation on how to enter this information (and thus my code) using svyset is
svyset district_name, fpc(fpc_district) vce(linearized) singleunit(missing) || vdc_name, strata(treat_cont) fpc(fpc_vdc) || ward_number, fpc(fpc_ward) || household_number, strata(hh_type) fpc(fpc_hh)
Any guidance on interpretation of this sample design and thus svy set would be greatly appreciated.
Thank you!
Rachel
Comment