R/data-carAccidents.r

#' Driver status after car accidents in Greece.
#'
#' @description
#' A data frame showing the use of seat belt and the driver status
#' after a car accident in Greece.
#' 
#' @usage
#' data(carAccidents)
#' @format Contains the factor variables:
#' \describe{
#' \item{record}{factor representing the driver status.}
#' \item{seatBelt}{factor indicating whether the driver wore a setbelt.}
#'  }
#' @source 
#' R package 'gginference'
#' @examples
#' data(carAccidents)    
#' head(carAccidents)
#' table(carAccidents)

'carAccidents'

Try the datana package in your browser

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

datana documentation built on Aug. 18, 2025, 5:18 p.m.