R/data1963.R

#' Population Size and Number of Senators and Representatives in 1963
#' 
#' Number of senators and representatives and population size in 23 districts in 
#' the United States of America in 1963 \insertCite{Gastwirth_1972}{lawstat}.
#' 
#' @name data1963
#' @usage data(data1963)
#' @docType data
#' @format A data frame with 23 observations on the following 3 variables:
#' \describe{
#'     \item{\code{pop1963}}{population in 1963;}
#'     \item{\code{sen1963}}{number of senators in the district in 1963;}
#'     \item{\code{rep1963}}{number of representatives in the district in 1963.}
#' }
#' 
#' @source \insertCite{Gastwirth_1972;textual}{lawstat}.
#' 
#' @references \insertAllCited{}
#' @keywords data
NULL

Try the lawstat package in your browser

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

lawstat documentation built on April 6, 2023, 1:06 a.m.