R/data_gss.R

#' GSS Data Set
#'
#' A data set of the General Social Survey with n = 2023 about various social issues.
#'
#' @format A data frame with 2023 rows and 25 variables:
#' \describe{
#'   \item{X}{row number}
#'   \item{age}{age of the individual}
#'   \item{degree}{educational degree of the individual}
#'   \item{educ}{educational level of the individual}
#'   \item{hompop}{home population of the individual}
#'   \item{incom16}{incom16}
#'   \item{income06}{income}
#'   \item{marital}{marital status}
#'   \item{nataid}{opinion on national spending on aid}
#'   \item{natarms}{opinion on national spending on military}
#'   \item{natchld}{opinion on national spending on childcare}
#'   \item{natcity}{opinion on national spending on cities}
#'   \item{natcrime}{opinion on national spending on crime}
#'   \item{natdrug}{opinion on national spending on fighting drugs}
#'   \item{nateduc}{opinion on national spending on education}
#'   \item{natsci}{opinion on national spending on science}
#'   \item{natsoc}{opinion on national spending on social programs}
#'   \item{natspac}{opinion on national spending on space program}
#'   \item{partyid}{political affiliation}
#'   \item{race}{race of the individual}
#'   \item{reg16}{reg16}
#'   \item{sex}{sex of the individual}
#'   \item{tvhours}{hours spent watching TV each day}
#'   \item{year}{year of survey}
#'   \item{yearsjob}{years experience at current job}
#' }
#' @source \url{http://gss.norc.org}
"gss"
TysonStanley/rlm documentation built on Sept. 18, 2019, 5 a.m.