Indiapol {BSDA}R Documentation

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

Description

Data for Exercise 1.128

Usage

Indiapol

Format

A data frame with 39 observations on the following 3 variables.

year
a numeric vector
speed
a numeric vector
yr.1960
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Indiapol)
attach(Indiapol)
plot(year,speed,type="l")
detach(Indiapol)

[Package BSDA version 0.1 Index]