Subway {BSDA}R Documentation

Time it takes a subway to travel from the airport to downtown

Description

Data for Exercise 5.19

Usage

Subway

Format

A data frame with 30 observations on the following variable.

time
a numeric vector

Source

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

Examples

str(Subway)
attach(Subway)
EDA(time)
detach(Subway)

[Package BSDA version 0.1 Index]