R/fire.R

#' Fire distance and damage.
#'
#' A dataset containing the distance a fire is from a fire station and how much damge it caused.
#'
#' @format A data frame with 15 rows and 2 variables:
#' \describe{
#'   \item{distance}{distance a fire is from a fire station, in miles}
#'   \item{damage}{x 1000 dollars in damage}
#'   ...
#' }
#' @source \url{http://www.crcpress.com/Statistics-for-Engineering-and-Sciences/Mendenhall-Sincich/p/book/9781498728850}
"fire"
RILEYBYNUM/MATH4753BYNUM documentation built on April 25, 2021, 1:46 a.m.