I have a problem because I have a data with a variable called houseID, but the houseID is the same for diffetent members, for example:
houseID income tax total_tax_by_house
001 10 2.3 54.4
001 200 52.1 54.4
001 0 0 54.4
002 ...
and i just want to keep one for each house number, or create a new variable that list the members in the same houseID, any idea?
houseID income tax total_tax_by_house
001 10 2.3 54.4
001 200 52.1 54.4
001 0 0 54.4
002 ...
and i just want to keep one for each house number, or create a new variable that list the members in the same houseID, any idea?
Comment