R/data.R

#' Damage from fire, related to distance
#'
#' A dataset containing the distance form a fire station and the corresponding
#' damage in dollars.
#'
#' @format A data frame with 15 rows and 2 variables:
#' \describe{
#'   \item{DISTANCE}{Distance from fire station in miles}
#'   \item{DAMAGE}{Fire damage in thousands of dollars}
#'
#' }
#' @source Mendenhall and Schmidt
"fire"
JakeDaSnake1112/StatsPackage documentation built on Dec. 18, 2021, 12:30 a.m.