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"
tessington/qsci381 documentation built on Sept. 26, 2020, 12:40 p.m.