R/malesFemales2010.R

#' Sample of the population USA in 2010
#'
#' 20000 randomly sample men and women from the 2010 US Census.  See the file make1910Data.
#'
#' @docType data
#'
#' @usage data(malesFemales2010)
#'
#' @format A dataframe with 20,000 rows and 2 variables:
#' \describe{
#'   \item{sex}{sex (1 = Male, 2 = Female)}
#'   \item{age}{Age in years}
#'   }
#'
#' @source \href{https://factfinder.census.gov/faces/tableservices/jsf/pages/productview.xhtml?src=bkmk#}{The Final 
#' Annual Estimates of the Resident Population by Single Year of Age and Sex for the United States: April 1, 2010 to July 1, 2018  more information. 2018 Population Estimates}
"malesFemales2010"
RaymondBalise/butterfly documentation built on Dec. 27, 2019, 2:16 a.m.