Learn R Programming

BSDA (version 0.1)

Diesel: Diesel fuel prices in 1999-2000 in nine regions of the country

Description

Data for Exercise 2.8

Usage

Diesel

Arguments

source

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

Examples

Run this code
str(Diesel)
attach(Diesel)
boxplot(NatAvg,EstCst,Gulf,Rocky,Calif,
names=c("National Average","East Coast","Gulf","Rocky","California"),col="pink")

Run the code above in your browser using DataLab