R/acs_targets.r

#' Targets for Extract from the American Community Survey (ACS).
#'
#' weighted values for `acs` data frame. Can be used as targets.
#'
#' @format A data frame with 1 record for each combination of 10 income deciles
#' and 5 states (CA, FL, IL, NY, and TX).
#' \url{https://www2.census.gov/programs-surveys/acs/tech_docs/pums/data_dict/PUMS_Data_Dictionary_2013-2017.pdf}:
#' \describe{
#'   \item{incgroup}{income decile among individuals in the data}
#'   \item{stabbr}{state postal abbreviation}
#'   \item{pop}{sum of person weights}
#'   \item{pincp}{personal income}
#'   \item{wagp}{wage income}
#'   \item{ssip}{Supplemental Security Income}
#'   \item{ssip_nnz}{weighted number of records for which Supplemental Security Income is nonzero}
#'   \item{young}{weighted number of records for which age < 21}
#'   \item{workage}{weighted number of records for which age is in 21 to 64 years}
#'   \item{married}{weighted number of married records (mar==1)}
#'   \item{female}{weighted number of female records (sex==1)}
#' }
#' @source \url{calculated from data at https://www.census.gov/programs-surveys/acs/}
"acs_targets"
donboyd5/microweight documentation built on Aug. 17, 2020, 4:48 p.m.