R/DDT.R

#' DDT data set for fish
#'
#' A dataset containing characteristics (length, width, weight, ddt concentration)
#' for fish in the Tennessee River and its tributaries
#'
#' @format A data set with 144 rows and 5 variables:
#' \describe{
#'   \item{LENGTH}{length of fish, in centimeters}
#'   \item{WEIGHT}{weight of fish, in grams}
#'   \item{SPECIES}{species of fish}
#'   \item{MILE}{mile of river at where the fish was found}
#'   \item{RIVER}{river abbreviation where the fish was found}
#'   \item{DDT}{concentration of DDT in the fish}
#'   ...
#' }
#' @source Mendenhall and Sincich: Statistics for Engineering and the Sciences, Sixth Edition
"ddt"
andrewtornado11/MATH4753 documentation built on May 10, 2022, 7:34 p.m.