Code
```{stata}
graph hbar (sum) total help_people_0 help_people_1 help_people_2 help_people_3 if treat != "Control", over(treat) legend(order(1 "Number of Participants" 2 "No Help" 3 "HH Member" 4 "Study Participant" 5 "Non-HH Non-study person") pos(6) rows(2)) blabel(total) bar(1, color(gs2)) bar(2, color(gs6))
```