|
For many years the Tax Foundation compared total Federal taxes paid by state (from the IRS's annual Data Book) with total Federal spending on each state (from the Census's Consolidated Federal Funds Report). Their most recent data from 2005 reveal wide discrepancies across the 50 states. At one extreme, "winners" such as New Mexico, Mississippi, West Virginia and Alaska received about $2 in federal spending for each $1 they send to Washington in taxes. At the other extreme, "losers" such as New Jersey, Nevada, Connecticut, New Hampshire and Minnesota got less than 75 cents in federal spending for each $1 they send to Washington. Similar discrepancies exist today, although the enormous growth in deficit spending means that every state now receives more in federal spending than it sends to Washington in Federal taxes. Part 1 (in Excel): For at least the last 10 years, states voting "red" (Republican) in presidential elections generally had larger federal tax/spend ratios--and contributed more to the federal deficit--than states voting "blue" (Democrat). But is this relationship statistically significant?
First, try a nice old-fashioned Chi-square test to get a
quick and dirty answer: count the states in each quadrant
of the graph, put the counts into a 2x2 table in Excel,
and use Excel's Chi-square utility.
| |
|
|
|
Now download my compilation of Tax Foundation and election data and use Excel's linear regression utility (in the Data Analysis tools) to test this correlation using data from other years. Rather than use a binary red/blue variable, you can use the popular vote data to calculate the natural logarithm of the ratio of Democratic votes to Republican votes: ln(D/R). This variable represents the degree to which a state is red or blue. My original hypothesis was that the incumbent majority in Washington would give relatively more federal money to states that were politically aligned with them (and maybe swing states that might be "bribed" to vote for them), and relatively less federal money to states aligned with the out-of-power party. But these federal spending and tax patterns don't change much in response to changing political majorities in Washington. Part 2: I obtained more recent data from the IRS and CFFR and calculated similar spending-to-tax ratios by state for 2006 through 2009. This spreadsheet also contains log ratios of the popular votes by state for the 2004 and 2008 presidential elections. As an advanced variant of the simple red state/blue state exercise, use Arc's geostatistical tools to test for more recent spatial correlations between states' federal tax/spend ratios and political orientations. The red state/blue state political divide exhibits significant geographic clustering which reflects differences in regional media markets, degrees of urbanization, etc. And you can test the significance of other factors, such as differing median educational attainment, rates of church attendance, median household incomes, etc. You are encouraged to incorporate any data you like into this analysis.
I crunched the CFFR data for 2009 by object code, agency and program; and at various levels of geography: state, county and Congressional District. Unfortunately, the most recent county-level data on federal tax burdens that I could find is for 2004; it's on the Tax Foundation's website. The counties attribute table included with the US counties shapefile includes lots of other potential predictors of red-county/blue-county. You will notice that urban counties tend to vote Democratic while rural counties tend to vote Republican. There are two Rural-Urban Continuum Code fields for 1993 and 2003 in the counties shapefile's attribute table. RURURBCC03 may be a good predictor of political orientation. You will find that some ArcGIS spatial statistics tools won't work on such large datasets. I am not expecting any particular results here; just test out a few hypotheses and see which ones the data supports. | |