R/fire.R

#' A data set concerning damage from fire
#'
#' Fire
#'
#' @format A data frame with 15 rows and 2 variables:
#' \describe{
#' \item{DISTANCE}{Distance in miles from fire station}
#' \item{DAMAGE}{Thouands of dollars}
#'  }
#'
#'
#' @details {This is a standard data set from the course MATH 4753 taken from the data sets provided by the text book.}
#'
#'
#' @source {https://www.routledge.com/Statistics-for-Engineering-and-the-Sciences-Sixth-Edition/Mendenhall-Sincich/p/book/9781498728850}
#'
#' @examples
#' data(fire)
"fire"
menyangdavila/MATH4753davi0682 documentation built on May 3, 2022, 12:09 a.m.