R/anscombe-documentation.R

#' Anscombe Datasets
#'
#'
#'
#' @format A data frame with 44 rows and 3 variables:
#' \describe{
#'   \item{dataset}{a character vector identifying each of the four datasets}
#'   \item{x}{x}
#'   \item{y}{y}
#' }
#' @references
#' Anscombe, Francis J. 1973. "Graphs in Statistical Analysis." *American Statistician*. 27(1): 17–21.
#'
#' Tufte, Edward R. 2001. The Visual Display of Quantitative Information (2nd ed.). Cheshire, CT: Graphics Press.
#'
#'
#'@examples
#' data(anscombe)
#' summary(anscombe)
"anscombe"
pos5737/pos5737data documentation built on Nov. 5, 2019, 1 a.m.