carAccidents {datana} | R Documentation |
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:
- record
factor representing the driver status.
- seatBelt
factor indicating whether the driver wore a setbelt.
Source
R package 'gginference'
Examples
data(carAccidents)
head(carAccidents)
table(carAccidents)
[Package datana version 1.1.1 Index]