Fatality_df | R Documentation |
This dataset contains data on traffic fatalities and laws related to drunk driving across U.S. states. It includes information on beer taxes, minimum legal drinking age (MLDA), and other socioeconomic factors observed between 1982 and 1988.
data(Fatality_df)
A data frame with 336 observations and 10 variables:
State identifier (integer).
Year of the observation (integer).
Motor vehicle fatality rate per 100,000 population (numeric).
Beer tax in dollars per gallon (numeric).
Minimum legal drinking age (MLDA) (numeric).
Indicator for mandatory jail sentence for drunk-driving (Factor: Yes/No).
Indicator for mandatory community service for drunk-driving (Factor: Yes/No).
Vehicle miles traveled in billions (numeric).
Unemployment rate (numeric).
Per capita income in dollars (numeric).
The dataset name has been changed to 'Fatality_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the crimedatasets package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is stored as a traditional data frame in R. The original content has not been modified in any way.
Panel data on drunk driving laws and traffic deaths in the U.S. for 48 states, 1982–1988.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.