Weighting when combining datasets - AIS and non-weighted datasets [message #9040] |
Mon, 01 February 2016 13:07 |
SKujawski
Messages: 8 Registered: May 2015
|
Member |
|
|
Hi,
I am combining two datasets - the Mozambique 2009 AIS and another survey performed in Mozambique that does not need to be adjusted for survey weights. How should I assign survey weights and PSU/strata values to the non-weighted dataset? While I could apply a "1" as the HIV weight, I think I also need to apply a value to the PSU and the strata.
Here is my code for the AIS data:
gen HIVweight = hiv05/1000000
svyset v021 [pweight=HIVweight], strata(v022)
Thank you,
Stephanie
|
|
|