h116 | R Documentation |
This dataset contains roll call voting records from the 116th U.S. House of Representatives. The data was obtained using the 'readKH()' function from Voteview, which reads roll call vote data from the Voteview database.
data(h116)
A list with 8 elements:
A '452 × 952' matrix of roll call votes, where each row represents a legislator and each column represents a vote.
A list containing vote codes:
Codes representing 'Yes' votes.
Codes representing 'No' votes.
Codes for members not in the legislature.
Codes for missing votes.
Integer, number of legislators (452).
Integer, number of votes (952).
A data frame ('452 × 6') containing legislator information:
State abbreviation of each legislator.
ICPSR state code.
Congressional district.
ICPSR legislator ID.
Party affiliation ('"D"', '"R"', '"I"'.).
Numerical party code ('200' for Democrats, '100' for Republicans, '328' for Independents.).
Currently NULL (reserved for additional vote metadata).
Description: '"116th U.S. House of Representatives"'.
URL for the original data source.
Jeffrey B. Lewis, Keith Poole, Howard Rosenthal, Adam Boche, Aaron Rudkin, and Luke Sonnet. Voteview: Congressional roll-call votes database. https://voteview.com/, 2024. Accessed: 2024-07-15.
data(h116)
str(h116)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.