R/fire.R

#' Fire data set.
#'
#' A dataset describing the distances of locations from a fire station and their associated fire damage.
#'
#'
#' @format A data frame with  15 rows and 2 variables:
#' \describe{
#'   \item{DISTANCE}{distance from fire station, in miles}
#'   \item{DAMAGE}{fire damage, in thousands of dollars}
#'   ...
#' }
#' @source \url{https://www.crcpress.com/Statistics-for-Engineering-and-the-Sciences-Sixth-Edition/Mendenhall-Sincich/p/book/9781498728850}
"fire"
vu0027/MATH4753 documentation built on June 30, 2020, 12:48 a.m.