R/russia2003.R

#' Russian Election Data (2003)
#'
#' Contains the election results from the 2003 Russian Duma election.
#'
#' @format A data frame with 94972 rows and 3 variables:
#' \describe{
#'  \item{ N }{ integer: total number of voters in a precinct }
#'  \item{ turnout }{ integer: total turnout in a precinct }
#'  \item{ votes }{ integer: total number of votes for the winner in a precinct }
#' }
#'
#'
#' @details
#' See \emph{QSS} Table 6.5.
#'
#'
#' @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 { Arturas Rozenas (2016) “Inferring election fraud from distributions of voteproportions.” }
#'}
"russia2003"
kosukeimai/qss-package documentation built on April 20, 2022, 2:28 p.m.