I am attempting to analyse survey data we obtained through convenience sampling (an email with the survey attached was sent to a large number of people with the option to undertake the survey). I am unsure how to approach this analysis as all the information about analysing surveys with stata seems to use data that has been collected randomly.
Should I attempt to analyse the data using svyset? If so, how do I deal with the issue that the data was not collected randomly? Or should I just try and run regressions on it without svyset and try to tackle this issue with econometric models (fixed effects?)?
The data is set up with each column being a question and each row being a respondent. Some questions are multiple-choice and others are yes and no. Numbers represent the answers in the order that they are displayed in the survey.
e.g.
What is your age?
18-25
26-30
31-35
36-40
41+
If a respondent is 32, the number for this question's column will be 3.
Any help would be much appreciated!!
Many thanks,
Ameer
Should I attempt to analyse the data using svyset? If so, how do I deal with the issue that the data was not collected randomly? Or should I just try and run regressions on it without svyset and try to tackle this issue with econometric models (fixed effects?)?
The data is set up with each column being a question and each row being a respondent. Some questions are multiple-choice and others are yes and no. Numbers represent the answers in the order that they are displayed in the survey.
e.g.
What is your age?
18-25
26-30
31-35
36-40
41+
If a respondent is 32, the number for this question's column will be 3.
Any help would be much appreciated!!
Many thanks,
Ameer
Comment