R/data-nuclear_survey.R

#' Nuclear Arms Reduction Survey
#'
#' A simple random sample of 1,028 US adults in March 2013 found that 56\%
#' support nuclear arms reduction.
#'
#'
#' @name nuclear_survey
#' @docType data
#' @format A data frame with 1028 observations on the following variable.
#' \describe{\item{arms_reduction}{Responses of \code{favor} or
#' \code{against}.} }
#' @source Gallup report: In U.S., 56 percent Favor U.S.-Russian Nuclear Arms Reductions.
#' Available at \url{https://news.gallup.com/poll/161198/favor-russian-nuclear-arms-reductions.aspx}.
#' @keywords datasets
#' @examples
#'
#' table(nuclear_survey)
"nuclear_survey"
OpenIntroStat/openintro-r-package documentation built on Nov. 19, 2023, 4:58 p.m.