Hi Everyone,
I hope these lines find you well.
I am trying to create a variable called Household structure.
I have the following variables
I want to assign the following;
1 for a household with a single individual
2 for a household with no father or mother. Just siblings
3 for a household with Father, Mother and child(ren)
3 for a household with just couples (no child yet)
4 for a household with a father, mother, child(ren) and any other relative (like uncle, grandfather etc).
Can you please guide me on how to command this?
Thanks so much in advance
I hope these lines find you well.
I am trying to create a variable called Household structure.
I have the following variables
- Name, Familyname1, Familyname2 (it's a Hispanic household where kids' Familyname1 and Familyname2 are from Familyname 1 of the father and familyname1 of the mother).
- I have status in the household (this shows the household head (most often the husband or wife), wife of the household head, Son, Daughter, Aunt etc).
- There is also another variable for Indiv (this appoints 1 for the household head and consequent numbers for other members of the family; so you can imagine 1 for the household head (often the husband), 2 for the wife, 3 for the first child etc)
- Household ID (In this, each household have a unified identity)
I want to assign the following;
1 for a household with a single individual
2 for a household with no father or mother. Just siblings
3 for a household with Father, Mother and child(ren)
3 for a household with just couples (no child yet)
4 for a household with a father, mother, child(ren) and any other relative (like uncle, grandfather etc).
Can you please guide me on how to command this?
Thanks so much in advance
Comment