Skip to content

This dataset is from Ju Yeon Park's paper published in the Journal of Politics in 2021, titled "When Do Politicians Grandstand? Measuring Message Politics in Committee Hearings". It contains the "Congressional Hearing Dataset: 105th through 114th Congresses", which is the replication dataset for the paper. The manuscript was accepted for publication in June 2019. Please cite her paper when using the data.

Usage

data("gs_score")

Format

A data frame with 3 variables:

speech

Hearing speeches

sentimentit_score

grandstanding score.

rescaled_gs

Label indicating whether the text is grandstanding speech: '1' for grandstanding speech and '0' for non-grandstanding speech. This is a rescaled version of the sentimentit_score (grandstanding scores) from the original released data.

Source

Data provided by the authors Ju Yeon Park and JOP's Dataverse at https://dataverse.harvard.edu/file.xhtml?persistentId=doi:10.7910/DVN/GSMBFX/JIHIGH&version=1.0.

Examples

if (FALSE) { # \dontrun{
data(gs_score)
head(gs_score)
} # }