Hello!
I have three variables containing different things in the same dataset.
- Gender variable (v117): 0= male 1= female
- Employment variable (v246): 1= working 2=unemployed 3= pensioners etc etc.
- Job sector variable (v347): 0=private sector 1= public sector
These i need to be combined to a group which contains female from gender variable, the working from employment variable and the private from the job sector variable. This variable is those who are dependent on the welfare state versus the rest.
But how do i create a new variable where 0=depended on the welfare state and 1= in depended on the welfare state from these variables?
I have three variables containing different things in the same dataset.
- Gender variable (v117): 0= male 1= female
- Employment variable (v246): 1= working 2=unemployed 3= pensioners etc etc.
- Job sector variable (v347): 0=private sector 1= public sector
These i need to be combined to a group which contains female from gender variable, the working from employment variable and the private from the job sector variable. This variable is those who are dependent on the welfare state versus the rest.
But how do i create a new variable where 0=depended on the welfare state and 1= in depended on the welfare state from these variables?
Comment