Learn R Programming

BSDA (version 1.01)

Delay: Delay times on 20 flights from four major air carriers

Description

Data for Exercise 10.55

Usage

Delay

Arguments

Format

A data frame with 80 observations on the following 6 variables.

CarrierA

a numeric vector

CarrierB

a numeric vector

CarrierC

a numeric vector

CarrierD

a numeric vector

delay

a numeric vector

Carrier

a numeric vector

Examples

Run this code
# NOT RUN {
str(Delay)
attach(Delay)
boxplot(delay~Carrier)
kruskal.test(delay~as.factor(Carrier))
detach(Delay)
# }

Run the code above in your browser using DataLab