Ticket {BSDA}R Documentation

Time to complete an airline ticket reservation

Description

Data for Exercise 5.18

Usage

Ticket

Format

A data frame with 20 observations on the following variable.

time
a numeric vector

Source

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

Examples

str(Ticket)
attach(Ticket)
EDA(time)
detach(Ticket)

[Package BSDA version 0.1 Index]