Dear community,
I hope you can help me.
I need to create a variable for >>> single mother heads of family<<<< , since the database I'm using does not contain the type of family and this complicates my analysis.
I have the code of each family and the following variables that can help:
Can you help me?
I hope you can help me.
I need to create a variable for >>> single mother heads of family<<<< , since the database I'm using does not contain the type of family and this complicates my analysis.
I have the code of each family and the following variables that can help:
- Gender: 0 male, 1 female
- Parentage: 1 Head of household, 2 spouse, 3 child, 4 others
- Family status: 0 single, 1 married
Single mother = Female (Gender=1), Head of household (Parentage=1), Single (Family status=0) + with at least one member of her family being a child (Parentage=3)I've tried creating a variable just for being a son, another one for only married women, but I can't link everything together.
Can you help me?
Comment