R/rd-therms.R

#' @importFrom tibble tibble
NULL

#' Thermometer Ratings for Donald Trump and Barack Obama
#'
#' A data set on thermometer ratings for Donald Trump and Barack Obama in 2020.
#'  I use these data for in-class illustration of
#'  central limit theorem. Basically: the sampling distribution of a
#'  population is normal, even if the underlying population is decidedly
#'  not.
#'
#' @format A data frame with 3080 observations on the following 2 variables.
#' \describe{
#' \item{\code{fttrump1}}{a thermometer rating for Donald Trump}
#' \item{\code{ftobama1}}{a thermometer rating for Barack Obama}
#' }
#'
#' @source American National Election Studies (ANES) Exploratory Testing Survey (ETS)
#'
#' @details The survey period was April 10-18, 2020 and was done entirely online.
#' Thermometer ratings are on a 0 to 100 scale, where higher values indicate
#' more "warmth".
#'
"therms"
svmiller/stevedata documentation built on April 3, 2025, 1:18 p.m.