Skip to contents

This dataset contains roll call voting data from the 7th Legislative Yuan (National Congress) of Taiwan. The dataset includes the names of legislators and their corresponding votes on various bills.

Usage

data(legis_7th_Taiwan)

Format

A data frame with the following variables:

legis.names

The names of the legislators.

party

The political party of each legislator.

7-1 to 7-999

Columns representing votes on various bills, where each column corresponds to a specific bill.

Source

Yen-Chihe Liao (2024). Electoral Reform and Fragmented Polarization: New Evidence from Taiwan Legislative Roll Call. Legislative Studies Quarterly. Available at: https://onlinelibrary.wiley.com/doi/full/10.1111/lsq.12459.

Details

The data captures the legislative behavior during the 7th session of the Legislative Yuan of Taiwan, providing valuable insights into the political dynamics and decision-making processes.

Examples

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