road_df {usdatasets} | R Documentation |
The dataset name has been changed to 'road_df' to avoid confusion with other packages in the R ecosystem. This naming convention helps distinguish this dataset as part of the 'usdatasets' package and identifies it as a data frame. The original content of the dataset has not been modified.
data(road_df)
A data frame with 26 observations and 6 variables:
Integer indicating the number of road deaths.
Integer representing the number of licensed drivers.
Numeric indicating the population density (people per square mile).
Numeric indicating the percentage of rural roads.
Integer representing the average temperature (in degrees Fahrenheit).
Numeric indicating the fuel consumption per capita (in gallons).
Data on road safety statistics, including deaths, drivers, population density, and environmental factors.