NFHS 3 stratification [message #19273] |
Wed, 20 May 2020 05:03 |
Archana
Messages: 6 Registered: March 2019
|
Member |
|
|
Hello all,
I have used hv023-'stratification used in sample design' for generating sample weights for men's data in NFHS 4 by merging it with the PR data.
I want to generate similar weights for men's data in NFHS 3 but the variable 'stratification used in sample design' is missing.
I have used the following code to generate weight in NFHS 4:
gen survweight=mv005/1000000
gen stratum=hv023
svyset mv021[iweight=survweight],strata(stratum)
|
|
|