R/data-scotus_healthcare.R

#' Public Opinion with SCOTUS ruling on American Healthcare Act
#'
#' On June 28, 2012 the U.S. Supreme Court upheld the much debated 2010
#' healthcare law, declaring it constitutional. A Gallup poll released the day
#' after this decision indicates that 46% of 1,012 Americans agree with this
#' decision.
#'
#'
#' @name scotus_healthcare
#' @docType data
#' @format A data frame with 1012 observations on the following variable.
#' \describe{
#'   \item{response}{Response values reported are \code{agree} and \code{other}.}
#'   }
#' @source Gallup, Americans Issue Split Decision on Healthcare Ruling,
#' retrieved 2012-06-28.
#' @keywords datasets
#' @examples
#'
#' table(scotus_healthcare)
"scotus_healthcare"

Try the openintro package in your browser

Any scripts or data that you put into this service are public.

openintro documentation built on Sept. 1, 2022, 9:06 a.m.