I have a hopefully trivial question that I can't get my head around right now. My data set is clustered and consists of neighborhoods, households, and household members:
Code:
clear input neighID hhID hhmemberID 1 1 1 1 1 2 1 2 1 1 2 2 1 2 3 2 1 1 2 1 2 2 1 3 2 2 1 2 3 1 end
Code:
clear input neighID hhID hhmemberID 1 1 1 1 1 2 1 2 1 1 2 2 1 2 3 2 3 1 2 3 2 2 3 3 2 4 1 2 5 1 end
Cheers
Go
0 Response to Creating unique group ID variable
Post a Comment