Inference: Do small dollar donations reduce corporate influence in elections?

This project has three primary goals:

  1. Estimate the impact of “no corporate PAC” pledges on donations from small-dollar donors.
  2. Test for a substitution effect between donations from corporate PACs and small-dollar donors.
  3. Identify any influence of corporations through small-dollar donors.

I completed this project in R and code is linked below:

  • Data Cleaning

    Environment Preperation This section clears the current working environment and loads the packages used to visualize the data. I also create the function comma() to format any in-line output values to have thousands separators and only two digits.

  • Data Visualization

    Environment Preperation This section clears the current working environment and loads the packages used to visualize the data. I also create the function comma() to format any in-line output values to have thousands separators and only two digits.

  • Data Analysis

    Environment Preperation This section clears the current working environment and loads the packages used to visualize the data. I also create the function comma() to format any in-line output values to have thousands separators and only two digits.