1
2
3
4
5
#

Name:

Description:

The data give the speed of cars and the distances taken to stop. Note that the data were recorded in the 1920s.

Variables:

A data frame with 50 observations on 3 variables.

[,1]

speed

numeric

Speed (mph)

[,2]

dist

numeric

Stopping distance (ft)

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Ezekiel, M. (1930) Methods of Correlation Analysis. Wiley.

References

McNeil, D. R. (1977) Interactive Data Analysis. Wiley.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Speed_and_Stopping_Distances_of_Cars_357_90.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.