gwern comments on Writing Style and the Typical Mind Fallacy - 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 (75)
Thankfully, the data is not quite that crippled! The data is reported in a... 'long' format, I think the term is, where each row is a single poll item response with a unique ID for the respondent. If you want to look at that sort of question, it's up to you to aggregate the data correctly (eg with
grep). You can see this by looking at particular unique IDs, say that ofLeonhartand anonymous respondent11:There's 5 entries for each, since there were 5 poll items, and and each poll item has its own unique ID as well. So if you wanted to know the relationship of an answer on poll item #538 and #541 based on how subjects answered #538, you'd get a list of everyone answered "0" in #538, and pull out their answer for #541 as well. That sort of thing.
(And now that I'm the topic, I wonder where my own writings fall, and how I would even know if I were insufficiently writing like Eliezer/Luke/Yvain.)
I like the your non-fiction style a lot (don't know your fictional stuff). I often get the impression you're in total control of the material. Very thorough yet original, witty and humble. The exemplary research paper. Definitely more Luke than Yvain/Eliezer.