R/progresa.R

#' Progresa Program Data
#'
#' Data set from experiment which seeks to estimate the electoral impact of Progresa,
#' Mexico’s conditional cash transfer program (CCT program).
#'
#' @format A data frame with 417 rows and 20 variables:
#' \describe{
#'  \item{ treatment }{ integer: whether an electoral precinct contains a village where households received early Progresa }
#'  \item{ pri2000s }{ numeric: PRI votes in the 2000 election as a share of precinct population above 18 }
#'  \item{ pri2000v }{ numeric: official PRI vote share in the 2000 election }
#'  \item{ t2000 }{ numeric: turnout in the 2000 election as a share of precinct population above 18 }
#'  \item{ t2000r }{ numeric: official turnout in the 2000 election }
#'  \item{ pri1994 }{ integer: total PRI votes in the 1994 presidential election }
#'  \item{ pan1994 }{ integer: total PAN votes in the 1994 presidential election }
#'  \item{ prd1994 }{ integer: total PRD votes in the 1994 presidential election }
#'  \item{ pri1994s }{ numeric: total PRI votes in the 1994 election as a share of precinct population above 18 }
#'  \item{ pri1994v }{ numeric: official PRI vote share in the 1994 election }
#'  \item{ pan1994s }{ numeric: total PAN votes in the 1994 election as a share of precinct population above 18 }
#'  \item{ pan1994v }{ numeric: official PAN vote share in the 1994 election }
#'  \item{ prd1994s }{ numeric: total PRD votes in the 1994 election as a share of precinct population above 18 }
#'  \item{ prd1994v }{ numeric: official PRD vote share in the 1994 election }
#'  \item{ t1994 }{ numeric: turnout in the 1994 election as a share of precinct population above 18 }
#'  \item{ t1994r }{ numeric: official turnout in the 1994 election }
#'  \item{ votos1994 }{ integer: total votes cast in the 1994 presidential election }
#'  \item{ avgpoverty }{ numeric: precinct average of village poverty index }
#'  \item{ pobtot1994 }{ integer: total population in the precinct }
#'  \item{ villages }{ integer: number of villages in the precinct }
#' }
#'
#'
#' @details
#' See \emph{QSS} Table 4.11.
#'
#'
#' @references
#' \itemize{
#' \item{ Imai, Kosuke. 2017. \emph{Quantitative Social Science: An Introduction}.
#' Princeton University Press. \href{http://press.princeton.edu/titles/11025.html}{URL}. }
#' \item {Ana de la O (2013) “Do conditional cash transfers affect voting behavior?
#' Evidence from a randomized experiment in Mexico.” \emph{American Journal of Political Science},
#' vol. 57, no. 1, pp. 1–14 doi: 10.1111/j.1540-5907.2012.00617.x }
#' \item { Kosuke Imai, Gary King, and Carlos Velasco (2015) “Do nonpartisan programmatic policies
#' have partisan electoral effects? Evidence from two large scale randomized experiments.”  }
#'}
"progresa"
kosukeimai/qss-package documentation built on April 20, 2022, 2:28 p.m.