R/census2010.R

#' census2010 data
#'
#' 
#' Population sizes for each state, from the 2010 U.S. census. The data set contains only the 50 states and excludes the
#'areas that, as of 2020, are not allowed to have voting representatives in Congress: 
#'Washington D.C., Puerto Rico, and U.S. territories.
#'
#'
#' @format This data frame contains the following columns:
#' 
#'\describe{
#'\item{state:}{state name}
#'
#'\item{population:}{state population in 2010 census}
#'}
#'
#'
#'  
#'  
#'  
#'
#' @docType data
#'
#' @usage data(census2010)
#'
#'
#'
#' @keywords datasets
#' @references Source: U.S. Census Bureau (2019).
#'
#' @references Lohr (2021), Sampling: Design and Analysis, 3rd Edition. Boca Raton, FL: CRC Press.
#' 
#'@references Lu and Lohr (2021), R Companion for \emph{Sampling: Design and Analysis, 3rd Edition}, 1st Edition. Boca Raton, FL: CRC Press.
#' 
#'
#' 
#' 
#' 
"census2010"

Try the SDAResources package in your browser

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

SDAResources documentation built on Oct. 22, 2021, 5:08 p.m.