For this project, you will be exploring U.S. Congress voting data voteview.com. Your goal is to examine the partisanship of U.S. Congress using SVD analysis. Like Project 1, this project is intentionally open-ended!
Exceptional projects will examine the data in multiple different ways in order to draw interesting conclusions. For example, you might examine:
Your projects will be evaluated on the quality of your analyses. This includes, but is not limited to, the quality of your writing, the usefulness and clarity of your visualizations, and how interesting the insights you provide are. Your submission should read as one continuous and cohesive report, rather than distinct and unconnected sections. To this end, your report should include an introductory paragraph as well as a conclusion/summary paragraph at the end. The target audience of your report is an educated reader who is uninformed about the details of the data, but is interested in learning more about partisanship in Congress. I highly encourage you to use this research article (Porter et al., 2005) for inspiration. In particular, pay attention to how they label their primary two “concepts”. Note that the exact axes may not match up, but it can give you an idea of what to look for.
You have the option to work with a partner for this project and submit a group report. If you do so, you must both submit the same .Rmd, .html, and .Rproj files on Canvas with both of your names at the top of the .html.
Data
subfolder within your Project 2 folder so you will be able to work offline. The data are available at:
rc
columns stand for roll calls. Each vote has it’s own roll call. The code is as follows:
1
: “Yea” vote-1
: “Nay” vote0
: Present or not a member of chamber during roll callNA
: Missing data for unknown reasonNA
’s, or set them all equal to 0
. Make sure you explain your decision.echo = FALSE
to hide code.)Keep in mind: there are no right answers for this project! These are real data, and I’m hoping for creative and interesting analyses that tell a compelling story about the data rather than cookie cutter reports. Have some fun with it, and good luck!