cars_df {sampledatasets} | R Documentation |
The 'cars_df' dataset contains data on the speed of cars and the corresponding distances required to stop. This dataset is often used in statistical analysis and regression modeling. The dataset name has been suffixed with '_df' to indicate that it is a data frame, ensuring clarity within the 'sampledatasets' package.
data(cars_df)
A data frame with 50 observations and 2 variables:
Speed of the car (mph) (numeric).
Stopping distance (ft) (numeric).
Data from the 1920s. Originally included in the *datasets* package in R.