Notes
Variable calculated from the following variables:
- n_menage (Household number)
- childage (Age class of the HH head children living in the HH)
Stata program:
tab childage, gen(childage_dum)
egen hchild12=sum(childage_dum3), by(n_menage)
drop childage_dum3