|
|
|
|
|
by padraigk
5273 days ago
|
|
I wish the table of underlying data was available so that a logistic regression could be run to see whether variables like campaign contributions do indeed predict support for SOPA after age and number of years served have been partialled out. |
|
Firstly, a boxplot with the quotient of entertainment contributions to entertainment & internet contributions.
http://i.imgur.com/FWQWy.png
You can see quite easily that there's a difference which is also significant (95%, t = -4.73).
I've also done a logistic regression correcting with age, party (is_democrat), seniority and quota of contributions (quota_ent).
The AUC is 0.8089 which is quite okay. Furthermore, it would be interesting to test whether location is a significant factor.Edit: @adamtaylor: Here's a scatter plot with each contribution, transformed with log(1 + x) for readability: http://i.imgur.com/MRciL.png