R/fire.R

#' Fire data set.
#'
#' A data set which measures how far a fire originated from a fire station and how much damage the fire cause, in dollars.
#'
#' @format A data frame with 15 rows and 2 variables:
#' \describe{
#'   \item{DISTANCE}{distance from fire station in miles}
#'   \item{DAMAGE}{X 1000 dollars in damage}
#' }
#' @source \url{https://www.crcpress.com/Statistics-for-Engineering-and-the-Sciences/Mendenhall-Sincich/p/book/9781498728850}
"fire"
treyhille/MATH4753.0231 documentation built on May 3, 2022, 8:25 p.m.