R/fire.R

#' Fire Damage Data Set
#'
#' A dataset with 2 variables both of which are quantitative.
#' Interest is in the amount of Damage in dollars and distance from the fire station in miles
#'
#' @format A data frame with 15 rows and 2 variables:
#' \describe{
#'   \item{DISTANCE}{Distance from fire station in miles}
#'   \item{DAMAGE}{x 1000 dollars in damage}
#'   ...
#' }
#' @source \url{https://www.crcpress.com/Statistics-for-Engineering-and-the-Sciences-Sixth-Edition/Mendenhall-Sincich/p/book/9781498728850}
"fire"
gabescott10/MATH4753scot0068 documentation built on March 15, 2020, 4:01 p.m.