R/ddt.R

#' DDT data set.
#'
#' A data set collected by the US forces from the Tennesse River and its tributaries.
#'
#' @format A data frame with 144 rows and 6 variables:
#' \describe{
#'   \item{DDT}{amount of ddt in specimen}
#'   \item{LENGTH}{length in cm}
#'   \item{MILE}{mile marker of river where fish was caught}
#'   \item{RIVER}{name of river}
#'   \item{SPECIES}{of fish}
#'   \item{WEIGHT}{weight of the fish, in gms}
#'   ...
#' }
#' @source \url{https://www.crcpress.com/Statistics-for-Engineering-and-the-Sciences/Mendenhall-Sincich/p/book/9781498728850}
"ddt"
treyhille/MATH4753.0231 documentation built on May 3, 2022, 8:25 p.m.