R/atheism.R

#' Atheism in the world data
#'
#' Survey results on atheism across several countries and years. Each row
#' represents a single respondent.
#'
#' @format A tbl_df with 88032 rows and 3 variables:
#' \describe{
#'   \item{nationality}{Country of the individual surveyed.}
#'   \item{response}{A categorical variable with two levels: atheist and 
#'   non-atheist.}
#'   \item{year}{Year in which the person was surveyed.}
#'   }
#' @source [WIN-Gallup International Press Release](https://github.com/OpenIntroStat/oilabs/blob/roxygen-md/data-raw/atheism/Global_INDEX_of_Religiosity_and_Atheism_PR__6.pdf)
"atheism"
OpenIntroOrg/oilabs-r-package documentation built on June 18, 2020, 4:39 p.m.