R/data_pop_vs_soda.R

#' Pop vs Soda vs Coke
#' 
#' Results of a volunteer survey on how people around the U.S. refer to fizzy cola drinks. The options are "pop", "soda", "coke", or "other".
#' 
#' @format A data frame with 374250 observations, one per survey respondent, and 4 variables:
#' \describe{
#'   \item{state}{the U.S. state in which the respondent resides}
#'   \item{region}{region in which the state falls (as defined by the U.S. Census)}
#'   \item{word_for_cola}{how the respondent refers to fizzy cola drinks}
#'   \item{pop}{whether or not the respondent refers to fizzy cola drinks as "pop"}
#'   }
#' @source The survey responses were obtained at \url{https://popvssoda.com/} which is maintained by Alan McConchie.
"pop_vs_soda"
mdogucu/bayesrules documentation built on April 23, 2022, 2:46 a.m.