local k=0
ds vpast*
foreach i of varlist `r(varlist)'{
local k = `k'+1
hist p170, percent by(`i',note("") compact) name(hist`k') xtitle("")
graph save hist`k' "$gwave1\past_violence\hist_belief_verbabuse_`i'.g ph" , replace
}
graph combine hist1 hist2 hist3 hist4, name( verbabuse_vpast) title("Belief about patner being verbally abusive to you in the next 12 month")
graph export "$gwave1\past_violence\hist_combined_belief_verbab use_vpast.png", replace
ds vpast*
foreach i of varlist `r(varlist)'{
local k = `k'+1
hist p170, percent by(`i',note("") compact) name(hist`k') xtitle("")
graph save hist`k' "$gwave1\past_violence\hist_belief_verbabuse_`i'.g ph" , replace
}
graph combine hist1 hist2 hist3 hist4, name( verbabuse_vpast) title("Belief about patner being verbally abusive to you in the next 12 month")
graph export "$gwave1\past_violence\hist_combined_belief_verbab use_vpast.png", replace
Comment