/ACT_score_analysis

Does ACT takeup predict ACT scores? (yes)

Primary LanguageR

ACT scores analsis

Tyler Cowen wrote a post commenting on the fact that "West Virginia’s average ACT score and percentage taking the test are almost identical to the national average."

Upon inspection, it looked like the percentage of people who took the test in a given state strongly predicted average score; given that, it was not particularly surprising that WV would fall in the middle of one category conidtional on falling in the middle of the other. I wrote a little bit of R code to demonstrate that.

It's a strong relationship, to say the least: All states

The relationship holds when you look both at all states (R^2 = 0.7119) and also those with less than 100% ACT takeup (R^2 = 0.6083) -- those in which the test is optional, I'm presuming. I'm not sure which dataset is more informative/theoretically interesting.

I created filepaths consistent with use for Code Ocean, where I will port this in time.