I have a variable labeled nrrea which are the reasons why someone is working in field outside of their college major. i.e. pay, location ect. I used the following command to create a new variable labeled "mismatch" that includes all of these reasons.
when I tabulate mismatch the frequency numbers for each group is off. Is there a better way to do this? Thank you.
Code:
egen mismatch=group( pay conditions locations interests family other)
Comment