R/accidentsData.R

#' Car accident data
#'
#' @description
#' A data frame showing the use of seat belt and the driver status
#' after a car accident in Greece.
#'
#' @usage accidentsData
#'
#' @docType data
#'
#' @format A data frame with 383 observations of 2 columns:
#' \describe{
#'   \item{\code{record}}{factor representing the driver status}
#'   \item{\code{seatBelt}}{factor indicating whether the driver wore a
#'    seatbelt}
#'   }
#'
#' @name accidentsData
#'
#' @source The original data are available at
#' \href{http://www.statistics.gr/}{Hellenic Statistical Authority}
#'
NULL
okgreece/gginference documentation built on July 6, 2023, 10:02 a.m.