Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

document data (#31)

  • Loading branch information
leeper committed Sep 8, 2016
1 parent 2fd68ff commit e374df68c3a797baf699c1db1dcbd11d33c6ca93
Showing with 64 additions and 747 deletions.
  1. +1 −1 .Rbuildignore
  2. +19 −0 R/data.R
  3. +14 −746 data-raw/alexseev.R
  4. BIN data-raw/alexseev.dta
  5. BIN data/alexseev.rda
  6. +30 −0 man/alexseev.Rd
@@ -15,4 +15,4 @@ README.html
/vignettes/*.pdf
/vignettes/*.sty
/vignettes/*.tex
/data-raw/*
^data-raw$
@@ -0,0 +1,19 @@
#' @title Example Data
#' @description Xenophobic Vote Share in 2003 Russian Duma Elections
#'
#' @format data frame with 72 observations and 11 variables.
#' \describe{
#' \item{region}{Region}
#' \item{xenovote}{ldpr all vote 03}
#' \item{slavicshare}{percent population slav, 1989}
#' \item{slavicshare_changeonslav}{percentage-point change of the proportion non-slavic}
#' \item{inc9903}{average income, change from 1999 to 2003}
#' \item{eduhi02}{higher education, 2002}
#' \item{unemp02}{unemployment, 2002}
#' \item{apt9200}{privatized apartments from 1992 to 2003}
#' \item{vsall03}{vote "against all" in 2003}
#' \item{brdcont}{location along russia's borders with disputed areas}
#' }
#'
#' @source \url{http://mattgolder.com/files/research/jop2.zip}
"alexseev"

0 comments on commit e374df6

Please sign in to comment.
You can’t perform that action at this time.