R/wine.R

#' wine
#'
#' Wooldridge Source: These data were reported in a New York Times article, December 28, 1994. Data loads lazily.
#'
#' @section Notes: The dependent variables deaths, heart, and liver can be each regressed against alcohol as nice simple regression examples. The conventional wisdom is that wine is good for the heart but not for the liver, something that is apparent in the regressions. Because the number of observations is small, this can be a good data set to illustrate calculation of the OLS estimates and statistics.
#'
#' Used in Text: not used
#'
#' @docType data
#'
#' @usage data('wine')
#'
#' @format A data.frame with 21 observations on 5 variables:
#' \itemize{
#'  \item \strong{country:} 
#'  \item \strong{alcohol:} liters alcohol from wine, per capita
#'  \item \strong{deaths:} deaths per 100,000
#'  \item \strong{heart:} heart disease dths per 100,000
#'  \item \strong{liver:} liver disease dths per 100,000
#' }
#' @source \url{https://www.cengage.com/cgi-wadsworth/course_products_wp.pl?fid=M20b&product_isbn_issn=9781111531041}
#' @examples  str(wine)
"wine"
 
 
JustinMShea/wooldRidge documentation built on May 8, 2023, 12:55 a.m.