Hi,
I have a rather simple question. I have a multiple response question that lists where people their training. People were able to give up to three answers for example, trplace1 =1 " in the workplace", trplace2 = 2 "at home" trplace3= 3 "university". I would like a quick way to create a new variable that would have the most common response given by one person or a row mode, Is there a simple way to do this for example, something like egen retrplace2 = mode(trplce*), ignoring missing for now.
I have a rather simple question. I have a multiple response question that lists where people their training. People were able to give up to three answers for example, trplace1 =1 " in the workplace", trplace2 = 2 "at home" trplace3= 3 "university". I would like a quick way to create a new variable that would have the most common response given by one person or a row mode, Is there a simple way to do this for example, something like egen retrplace2 = mode(trplce*), ignoring missing for now.
Comment