powered by
A data frame showing the use of seat belt and the driver status after a car accident in Greece.
data(carAccidents)
Contains the factor variables:
factor representing the driver status.
factor indicating whether the driver wore a setbelt.
data(carAccidents) head(carAccidents) table(carAccidents)
Run the code above in your browser using DataLab