R/fireData.R

#' Fire damage data set
#'
#' A data set on a study into the amount of fire damage in major residential fires to the distance
#' between the residence and the nearest fire station
#'
#' @format A data frame with 15 rows and 5 variables:
#' \describe{
#'   \item{DISTANCE}{distance from firestation in miles}
#'   \item{DAMAGE}{fire damage in thousands of dollars}
#'   ...
#' }
#' @source \url{https://www.crcpress.com/Statistics-for-Engineering-and-the-Sciences/Mendenhall-Sincich/p/book/9781498728850}
"fireData"
josephhgrimes/MyPackage documentation built on March 31, 2022, 3:22 a.m.