Hello,
I am currently having some challenges computing some variables which allow the respondent to input multiple responses. I am working with data obtained from a questionnaire filled by nearly 4,000 respondents.
I think this my challenge is best explained using an example. Say for instance, a question asked "What social media networks are you registered with?". In theory, a respondent could select any combination of Twitter, Facebook, Snapchat etc. Right now, I am only able to sum up the number of respondents who use any given network with the egen command on STATA (e.g 1000 use twitter, 2000 use facebook etc). For the purpose of my analysis, it would be far more effective and insightful to see the actual overlaps between usage of different networks. In essence, I'm trying to distill to a level where I can make informed deductions like, 500 respondents use both Facebook and Snapchat while 300 use Facebook, Twitter & Pinterest etc.
I would greatly appreciate any assistance/advice anyone is able to provide.
I am currently having some challenges computing some variables which allow the respondent to input multiple responses. I am working with data obtained from a questionnaire filled by nearly 4,000 respondents.
I think this my challenge is best explained using an example. Say for instance, a question asked "What social media networks are you registered with?". In theory, a respondent could select any combination of Twitter, Facebook, Snapchat etc. Right now, I am only able to sum up the number of respondents who use any given network with the egen command on STATA (e.g 1000 use twitter, 2000 use facebook etc). For the purpose of my analysis, it would be far more effective and insightful to see the actual overlaps between usage of different networks. In essence, I'm trying to distill to a level where I can make informed deductions like, 500 respondents use both Facebook and Snapchat while 300 use Facebook, Twitter & Pinterest etc.
I would greatly appreciate any assistance/advice anyone is able to provide.
Comment