Learn R Programming

BSDA (version 0.1)

Airline: Percentage of on-time arrivals and number of complaints for 11 airlines

Description

Data for Exercise 2.9

Usage

Airline

Arguments

source

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

Examples

Run this code
str(Airline)
attach(Airline)
barplot(complnt,names.arg=airline,col="lightblue")
plot(ontime,complnt)
detach(Airline)

Run the code above in your browser using DataLab