cars_original {GTbasedIM}R Documentation

Cars Original Dataset

Description

This dataset contains data on car crash fatalities.

Usage

data(cars_original)

Format

A dataframe with 17565 rows (representing individuals) and 16 columns, one corresponding to the index number (first column, X) and the remaining ones corresponding to different variables. For details, please refer to the source below.

Source

This dataset contains data on car crash fatalities from the nassCDS dataset via the "DAAG" R package (doi:10.32614/CRAN.package.DAAG) from Maindonald & Braun (2021).

References

Maindonald, J. H. & Braun W. J. (2021). Data analysis and graphics using R. An example-based approach (3rd edition). Cambridge University Press, Cambridge. The DAAG package was created to support this text. https://CRAN.R-project.org/package=DAAG (R package version 1.25.6.)

Examples

data(cars_original)
head(cars_original)


[Package GTbasedIM version 1.0.0 Index]