Learn R Programming

datana (version 1.0.9)

carAccidents: 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)

Arguments

Format

Contains the factor variables:

record

factor representing the driver status.

seatBelt

factor indicating whether the driver wore a setbelt.

Examples

Run this code
data(carAccidents)    
head(carAccidents)
table(carAccidents)

Run the code above in your browser using DataLab