weighting and creating SVY command for multilevel analysis of two level of data SPA -NEPAL [message #15453] |
Mon, 23 July 2018 20:09 |
rkchettri
Messages: 19 Registered: November 2017
|
Member |
|
|
Dear DHS expert,
I tried many times and looked all the post related to svyset commands of for multilevel analysis. I tried to set the svy command using Nepal SPA data like this
***weighting ******
gen clwt= clientwt/1000000
gen fcwt= facwt/1000000
egen strata=group(factype region)
first create svycommand***
svyset facil, weight(fcwt) strata( strata) singleunit(centered) ||_n, weight(clwt)
But this svy command is not working, would you help me to solve this problem?
Regards,
Rk
|
|
|