Skip to contents

The hr108 dataset contains data from the 108th US House of Representatives, covering the period from 2003 to 2005. During this session, the House conducted 843 recorded roll call votes, with 440 Representatives serving in the chamber. The roll call matrix omits President George W. Bush.

Usage

data(hr108)

Format

A data frame or matrix with 440 rows (representing Representatives) and 843 columns (representing roll call votes). Each entry in the matrix indicates the vote of a Representative on a specific roll call.

Source

US House of Representatives, 108th Congress (2003-2005).

Details

This dataset provides a detailed record of the roll call votes conducted in the 108th US House of Representatives. It is useful for analyzing voting patterns, party alignment, and legislative behavior during this congressional session. Note that the roll call matrix excludes President George W. Bush.

Examples

if (FALSE) { # \dontrun{
data(hr108)
} # }