You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

ChristianKl comments on 2016 LessWrong Diaspora Survey Analysis: Part Two (LessWrong Use, Successorship, Diaspora) - Less Wrong Discussion

28 Post author: ingres 10 June 2016 07:40PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (12)

You are viewing a single comment's thread. Show more comments above.

Comment author: ingres 14 June 2016 07:52:15PM *  0 points [-]

I don't know if you already have this and you're asking for a better list, but the printable version of the survey is here:

http://www.jdpressman.com/public/lwsurvey2016/lw_2016_survey_(2016_05_01).pdf

Comment author: ChristianKl 15 June 2016 09:52:44AM 0 points [-]

In that list I see "31 []With which of these meta-ethical views do you MOST identify? (Bonus Question)". The list doesn't contain information about how that row happens to be named in the data file.

It's also not possible to easily see what question 'EndOfWorkConcerns[3]' happens to be. If there would be an .csv file I could very easily do:

textendofwork3 = dfquestions.query("name == '%s'" %'EndOfWorkConcerns[3]')