Learn R Programming

GTbasedIM (version 1.0.0)

cars_original: Cars Original Dataset

Description

This dataset contains data on car crash fatalities.

Usage

data(cars_original)

Arguments

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.

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

Run this code
data(cars_original)
head(cars_original)

Run the code above in your browser using DataLab