Learn R Programming

BSDA (version 1.01)

Ticket: Time to complete an airline ticket reservation

Description

Data for Exercise 5.18

Usage

Ticket

Arguments

Format

A data frame with 20 observations on the following variable.

time

a numeric vector

Examples

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

Run the code above in your browser using DataLab