Learn R Programming

BSDA (version 1.01)

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

Description

Data for Exercise 5.19

Usage

Subway

Arguments

Format

A data frame with 30 observations on the following variable.

time

a numeric vector

Examples

Run this code
# NOT RUN {
str(Subway)
attach(Subway)
EDA(time)
detach(Subway)
# }

Run the code above in your browser using DataLab