lforando / sds192-mp2

Mini-project 2
0 stars 0 forks source link

Write-Up #7

Open sarah-daum opened 5 years ago

sarah-daum commented 5 years ago

I'm having trouble with the word count add-in. I've tried using this code in R:

install.packages("devtools") library(devtools) devtools::install_github("benmarwick/wordcountaddin")

but I keep getting

error: there is no package called devtools

I'm going to bypass the word count for now, and work on the write-up separately.

sarah-daum commented 5 years ago

Here is the final write-up:

Background:

Negative campaigning, also called mudslinging, fear-mongering, or smear campaigning, has been widely used in election campaigns across the globe. United States politicians have used mudslinging since 1828, when John Quincy Adams famously insulted Andrew Jackson’s in the Coffin Handbills pamphlet. ^[https://en.wikipedia.org/wiki/Coffin_Handbills#Accusations_of_bigamy] Almost 200 years later, parties still spend millions of dollars on these negative campaigns. Our project focuses on the use of mudslinging in the 2011-2012 election cycle -- which, experts argue, was the “nastiest” campaign to date. We looked at three different states -- California, Texas, and Florida --- to see how many election donations were spent on negative campaigns compared to donations in favor of a candidate. We chose these three states because of their political variety: California nearly always votes Democrat, Texas votes Republican, and Florida is a well-known swing state. Florida was an especially important state in 2012, which is why we chose to focus on it in our project. We predicted that parties would have used negative campaigning to win over undecided voters.

Findings:

There are currently almost 4.4 million registered Republicans, and 4.6 million registered Democrats in Florida. 3 million Floridians registered as independents, which is why CNN dubbed it the “Swingiest Swing State” in America ^[https://www.cnn.com/2018/11/19/politics/florida-rick-scott-ron-desantis-donald-trump/index.html]. After filtering through the Florida data, we saw that more donations were used for positive campaigning than negative. Dems spent almost $50 million more than Republicans on positive campaigns, whereas Republicans spent almost twice as much as Dems on mudslinging. It is interesting to see this significant difference in campaign strategies, especially considering the trends in the rest of the country in 2012. Equally interesting were the results -- Democrats won Florida by almost 100,000 votes. From this data, we might be tempted to conclude that positive campaigning is a more effective strategy than mudslinging. However, the results were too close to have statistical significance (Dems only won by .9%). Still, it is interesting to see how the different parties use their outside contributions to campaign in a swing state. Next, we decided to look at Texas since it has historically been a conservative state. Once we filtered through the data to look specifically at Texas, we saw that substantially more money was spent in favor of Republican candidates than Democratic candidates (over 100 million dollars). Additionally, donors contributed more money for smear campaigns against Republicans than Democrats. This is most likely because there were more Republican candidates running in the 2012 election than Democrats, so Republican candidates used their donations against one another through smear campaigns. Lastly, we decided to look at California since it has historically been a liberal state. We saw that more money was spent in favor of Democratic candidates than Republican candidates. Additionally, more money was donated for smear campaigns against Democrats than Republicans. This is most likely identical to Texas: contributions were given to Democratic candidates to use against one another. Our final data graphic plots the total general election votes for each of our three selected states divided by party affiliation. In creating this graphic, we wanted to see if there was any correlation between the proportion of negative spending and the voting results per state and per party. However, since the values of spending and votes counted are absolute, we can drawn no definitive conclusions of any correlation between a specific type of committee expenditure and the composition of general election votes.

Summary:

We thought that we would see a greater correlation between negative campaigning and party votes in each state. However, this was not the case. Overall, our data seeks to illustrate the nuance of party campaign tactics based on types of expenditure in a given state, and whether or not there is a correlation between expenditure amount and number general votes. We decided to show our data through bar graphs because it is the simplest form of comparing quantitative values.