R/fdr-data.R

#' @name fdr
#' @title fdr
#' @description FDR election data. See page 576
#' 
#' The variables included in the dataset are:
#' \itemize{
#' \item\code{State} State name
#' \item\code{FDR} Whether or not FDR won the state in 1932 election, 1 = won, 0 = lost
#' \item\code{PRE.DEP} Mean income per state before the Great Depression (1929), in dollars
#' \item\code{POST.DEP} Mean income per state after the Great Depression (1932), in dollars
#' \item\code{FARM} Total farm wage and salary disbursements in thousands of dollars per state in 1932
#'} 
#'
#' @usage data(fdr)
#' @docType data
NULL

Try the BaM package in your browser

Any scripts or data that you put into this service are public.

BaM documentation built on Oct. 14, 2022, 5:07 p.m.