vote.nsa: Predicting Who'd Vote for NSA Mass Surveillance

Description Usage Format Source References Examples

Description

In 2013, the House of Representatives voted to not stop the National Security Agency's (NSA's) mass surveillance of phone behaviors. We look at two predictors for how a representative voted: their party and how much money they have received from the private defense industry.

Usage

1
data("vote.nsa")

Format

A data frame with 434 observations on the following 5 variables.

name

Name of the Congressional representative.

party

The party of the representative: D for Democrat and R for Republican.

state

State for the representative.

money

Money received from the defense industry for their campaigns.

phone.spy.vote

Voting to rein in the phone dragnet or continue allowing mass surveillance.

Source

Maplight (maplight.org). http://s3.documentcloud.org/documents/741074/amash-amendment-vote-maplight.pdf

References

Article by Wired: Lawmakers Who Upheld NSA Phone Spying Received Double the Defense Industry Cash. http://www.wired.com/threatlevel/2013/07/money-nsa-vote/

Examples

1
2
3
4
data(vote.nsa)
table(vote.nsa$party, vote.nsa$phone.spy.vote)
boxplot(vote.nsa$money / 1000 ~ vote.nsa$phone.spy.vote,
        ylab = "$1000s Received from Defense Industry")

JECheadle/RSOC317L documentation built on May 15, 2019, 4:02 a.m.