daenerys comments on 2012 Less Wrong Census Survey: Call For Critiques/Questions - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (479)
Current status of these suggestions:
"What activities do you enjoy? Check all that apply"
[] Fishing
[] Boating
[] Hiking
[] Climbing
The reason is that I haven't been able to figure out how to computer process these effectively; I end out with rows of boxes like "hiking,fishing" or "fishing,boating,climbing" and it's apparently beyond my limited skills to get SPSS to separate these out into separate chunks of information. I could do it like this:
Do you enjoy fishing?
[] Y
[] N
Do you enjoy boating?
[] Y
[] N
And so on, but the more options you want, the less happy I am doing this. Or, teach me a good way to solve this problem using Google Forms and SPSS.
I am reluctant to change questions that have been on the survey since previous years. For example, Will's suggestion to change the Politics question is good, except that if we did it we would no longer be able to confidently say something like "Less Wrong has gotten more liberal since the last survey". I would rather just include a political compass in the Bonus Questions, plus maybe maybe a more complicated one-word political affiliation question.
This is also part of my beef with "other", along with the fact that it's going to mean people who are 99% similar to one option but don't feel it perfectly describes them are instead going to pick something that gives us zero information. I very much agree with Vaniver here. I might or might not add it.
I'm balancing ability to totally perfectly capture all answers with ability to let people who just want to take a basic survey do that without answering a thousand mostly-similar questions. So while I understand that it might be theoretically desirable to separate out for example race vs. ethnicity, or country of birth vs. country of residence, or asexual romantic relationships versus sexual romantic relationships, I'm reluctant to bloat any section too much more than it's already bloated - especially the one on sex. I can already see someone like that tabloid reporter from a while back going "And also, the latest Less Wrong survey included 256 questions about your sex life!"
Can I get around the ethnicity problem by replacing "White (Non-Hispanic)" with "Latino"? It seems like it should work, but I'm suspicious because none of the US surveys I've encountered have ever done it.
Kind of want to avoid beating a dead basilisk.
IQ suggestions sound good.
ACT suggestion sounds good.
Most other bonus question suggestions sound good.
Happy to include Big Five test, AQ test, etc in the Unreasonably Long Bonus Questions section.
Will fix the Singularity question
Will probably fix moral views question to mirror PhilPapers version, even though that screws up past-survey-comparison
Will correct all typos
I assume you can put the spreadsheet in excel, yes? Excel is much more powerful than Google docs, and I don't know SPSS.
If so, what you need is to add columns for each option, and put in the relevant version of the line below:
This will search the text in box A1 (assume column A is the one with answers like "hiking, swimming, sailing" or whatever), and if it contains the text "hiking" will write "hikes", and if not will write nothing (or "doesn't hike")
If I didn't explain well enough, let me know!
ETA: And if you don't mind just having "TRUE" and "FALSE" as your output (instead of "hikes" and " ") then you can also just use
Thank you. I'm going to try this, and I might ask you for more help if I can't get it to work on my own.