The rcv_ep1
dataset contains roll call voting data from the first European Parliament (1979–1984), as assembled by Hix, Noury, and Roland (2006).
The dataset includes information on Members of the European Parliament (MEPs) and their votes on various issues.
Usage
data(rcv_ep1)
Format
A data frame (or matrix) with the following variables:
- MEPID
Unique identifier for each Member of the European Parliament (MEP).
- MEPNAME
Name of the MEP.
- MS
Country (Member State) of the MEP.
- NP
National party affiliation of the MEP.
- EPG
European Parliament group (party) affiliation of the MEP.
- V1
Result of the first roll call vote (and so on for subsequent votes).
- V2-V886
Results of the roll call votes from the second to the 886th vote. Each column represents a specific vote, and the value indicates the MEP's vote on that issue.
Source
Data from Hix, Noury, and Roland (2006), available online at http://personal.lse.ac.uk/hix/HixNouryRolandEPdata.htm.
Details
The first five columns of the dataset are legislator-specific variables: MEPID (ID number), MEPNAME (name), MS (country), NP (national party affiliation), and EPG (European Parliament group affiliation). The remaining columns (V1 to V886) represent the roll call votes. Each vote is represented by a column, and the value in each cell indicates how the MEP voted on that particular issue.
This dataset was used to analyze voting behavior in the European Parliament during its first term. The raw data can be accessed from http://personal.lse.ac.uk/hix/HixNouryRolandEPdata.htm.
Examples
if (FALSE) { # \dontrun{
data(rcv_ep1)
} # }