R/ddt.R

#' @title DDT data set.
#'
#' @description  A dataset containing measurements on fish caught on the Tennessee River
#'
#' @details This is a standard data set from the course MATH 4753 taken from the data sets provided by the text book.
#'
#' @format A data frame with 144 rows and 6 variables:
#' \describe{
#'   \item{DDT}{ppm DDT in the flesh of fish}
#'   \item{LENGTH}{Length of fish in cm}
#'   \item{MILE}{Miles up river where fish is caught}
#'   \item{RIVER}{River name}
#'   \item{SPECIES}{Fish species}
#'   \item{WEIGHT}{Weight of fish}
#' }
#'
#' @source \url{https://www.routledge.com/Statistics-for-Engineering-and-the-Sciences-Sixth-Edition/Mendenhall-Sincich/p/book/9781498728850}
"ddt"
MATHSTATSOU/Intro2MLR documentation built on Dec. 11, 2020, 9:01 p.m.