Hello!
I am trying to create a variable that captures the family income. The dataset I'm working on has a variable that identifies family and a variable that identifies the n member of the family.
I created a variable id =group(nfamily nmember).
The information about the family income is captured only for the indivual in the family that has nmember=1, I would like to take this information and assign it also to the other members of the family. The dataset is panel.
Can anyone help?
Thanks in advance
I am trying to create a variable that captures the family income. The dataset I'm working on has a variable that identifies family and a variable that identifies the n member of the family.
I created a variable id =group(nfamily nmember).
The information about the family income is captured only for the indivual in the family that has nmember=1, I would like to take this information and assign it also to the other members of the family. The dataset is panel.
Can anyone help?
Thanks in advance
Comment