carAccidents: Driver status after car accidents in Greece.

carAccidentsR 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)

datana documentation built on June 13, 2025, 1:11 a.m.