The DHS Program User Forum
Discussions regarding The DHS Program data and results
Home » Topics » Domestic Violence » Pakistan 2014 IPV analysis -- multi-level weights
Pakistan 2014 IPV analysis -- multi-level weights [message #8507] Fri, 06 November 2015 12:04 Go to previous message
gspek is currently offline  gspek
Messages: 4
Registered: November 2015
Member
I am using the Pakistan 2014 women's dataset for analysis of associations between women's empowerment (and individual and community level) and domestic violence experiences (at individual level). I am currently struggling with a couple of issues:

1. How do I correctly weight community-level independent variables? I tried to create community-level weighted means for average percentage of women working in a community, average decision making index value, and percentage in community accepting of any domestic violence justification scenarios (with participant's own values excluded). However, I'm not sure how to approach the weights in regressions where both the community and individual level independent variables are included.

foreach var of varlist works dm_sum dvaccept_any{
gen `var'_w = `var'*wgt if !missing(`var') & nocomm == 0
bys v001: gen `var'_agg_w = sum(`var'_w) if nocomm == 0
gen `var'_comm_w = (`var'_agg_w - `var'_w)/(clustersz - 1) if nocomm == 0
}

Furthermore, the number of respondents in each community is only 5-10. What is the best way to test if we are too underpowered to make any statements about the significance of the relationship?

2. If we choose to include men's community-level variables as well, how would that be weighted?

Thank you!
 
Read Message
Read Message
Previous Topic: Multilevel weights
Next Topic: Cluster identifiers and finite population correction
Goto Forum:
  


Current Time: Thu Mar 28 19:29:25 Coordinated Universal Time 2024