R/fire.R

#' FIREDAM data set
#'
#' A data set collected containing information on how far away a particular fire was from a fire station and the cooresponding amount of fire damage the fire caused
#'
#' @format A data frame with 15 rows and 2 variables (columns):
#' \describe{
#' \item{DISTANCE}{distance from fire station, in miles}
#' \item{DAMAGE}{damage caused by the fire, in thousands of dollars}
#' }
#' @source \url{https://www.crcpress.com/Statistics-for-Engineering-and-the-Sciences/Mendenhall-Sincich/p/book/9781498728850}
#' "fire"
cbain1/MATH4753BAIN documentation built on April 23, 2021, 8:31 a.m.