I have household codes with unique family id's given by idc. The household code remains the same for all household members The last column "counting" is no of children ages 13 years old or younger. I want to transform/create this to household-level data/variable where I have just the household code and corresponding information on how many children are aged 13 years or younger.
hhcode counting
1102100101 3
1102100102 3
1102100103 2
hhcode counting
1102100101 3
1102100102 3
1102100103 2
Comment