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

Try the gginference package in your browser

Any scripts or data that you put into this service are public.

gginference documentation built on Nov. 10, 2020, 5:10 p.m.