Hi everyone!
I am an undergraduate student who is relatively new to stata. I am stuck processing my data for my dissertation and would really appreciate your help!
In my dataset there are a range of variables where the participants of the survey were asked about their qualification. W8QUALB0A, for example, decribes whether the individuals have a higher degree and postgraduate qualifications, to which 98 out of 7707 answered "yes", and it correponds to "1". W8QUALB0B asks whether people have a first degree, to which 1218 people answered "yes", which also corresponds to "1". The variables continues from W8QUALB0A all the way until W8QUALB0K, which is 11 variables in total.
I want to combine the "yes" answeres into a new variable called highest qualification, where postgraduate qualification = 11 and has 98 observations, and first degree = 10 and has 1218 observations and so on and so fourth.
How would I do this?
I have read up on stack command but not sure if it is what I want to do.
Many thanks!
Lynn
I am an undergraduate student who is relatively new to stata. I am stuck processing my data for my dissertation and would really appreciate your help!
In my dataset there are a range of variables where the participants of the survey were asked about their qualification. W8QUALB0A, for example, decribes whether the individuals have a higher degree and postgraduate qualifications, to which 98 out of 7707 answered "yes", and it correponds to "1". W8QUALB0B asks whether people have a first degree, to which 1218 people answered "yes", which also corresponds to "1". The variables continues from W8QUALB0A all the way until W8QUALB0K, which is 11 variables in total.
I want to combine the "yes" answeres into a new variable called highest qualification, where postgraduate qualification = 11 and has 98 observations, and first degree = 10 and has 1218 observations and so on and so fourth.
How would I do this?
I have read up on stack command but not sure if it is what I want to do.
Many thanks!
Lynn
Comment