I’m trying to analyse a large survey created with surveymonkey which has hundreds of columns in the CSV file and the output format is difficult to use as the headers run over two lines.
- Has anybody found a simple way of managing the headers in the CSV file so that the analysis is manageable ?
- How do other people analyse results from Surveymonkey?
Thanks!
What I did in the end was print out the headers using libreoffice labeled as V1,V2, etc. then I just read in the file as
and then just did the analysis against m1$V10, m1$V23 etc…
To get around the mess of multiple columns I used the following little function
No doubt somebody will be able to clean this up!
To tidy up Likert-like scales I used:
Feel free to comment as no doubt this will come up again!