TsviBT comments on 2012 Survey Results - Less Wrong

80 Post author: Yvain 07 December 2012 09:04PM

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

Comments (640)

Sort By: Popular

You are viewing a single comment's thread.

Comment author: TsviBT 29 November 2012 09:47:07AM 4 points [-]

It could be that many people self-reported IQ based off of their SAT or ACT scores, which would explain away the correlation. How many people reported both SAT and ACT scores?

Comment author: Douglas_Knight 02 December 2012 04:40:42PM *  2 points [-]

If many people used the same formula to convert their SAT score to an IQ score, I expected the line would jump out, but I don't see anything like that on the scatterplot.

IQs are often multiples of 5. I think that is the result of IQ tests that do not aim for precision and that conversion charts would end in any digit. 56% of survey IQs are multiples of 5. For those reporting both IQ and SAT, the number is 59%, so it is not depressed (or inflated) by those doing conversions. If we remove the multiples of 5, the correlation drops to .2 and stops being statistically significant. But both scatterplots look pretty similar.

Comment author: gwern 29 November 2012 11:37:40PM 3 points [-]

You mean either of the SATs?

R> length(lw[(!is.na(lw$SATscoresoutof2400) | !is.na(lw$SATscoresoutof2400)) & !is.na(lw$ACTscoreoutof36),])
[1] 106