R/accidents.R

#' @title Accidents data set.
#'
#' @description  A data set concerning damage from accidents
#'
#' @details This is a standard data set from the course MATH 4753 taken from the data sets provided by the text book.
#'
#' @format A data frame with 8 rows and 2 variables:
#' \describe{
#'   \item{HOUR}{Hours from fire station}
#'   \item{ACCIDENTS}{Number of accidents}
#' }
#'
#' @source \url{https://www.routledge.com/Statistics-for-Engineering-and-the-Sciences-Sixth-Edition/Mendenhall-Sincich/p/book/9781498728850}
"accidents"
MATHSTATSOU/Intro2R documentation built on Feb. 20, 2025, 6:18 a.m.