Learn R Programming

BSDA (version 1.2.2)

Indiapol: Average miles per hour for the winners of the Indianapolis 500 race

Description

Data for Exercise 1.128

Usage

Indiapol

Arguments

Format

A data frame/tibble with 39 observations on two variables

year

the year of the race

speed

the winners average speed (in mph)

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples

Run this code

plot(speed ~ year, data = Indiapol, type = "b")

Run the code above in your browser using DataLab