Learn R Programming

BSDA (version 1.01)

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

Description

Data for Exercise 2.8

Usage

Diesel

Arguments

Format

A data frame with 65 observations on the following 11 variables.

Date

a factor with levels 1/03/2000 1/04/1999 1/10/2000 1/11/1999 1/17/2000 1/18/1999 1/24/2000 1/25/1999 1/31/2000 10/04/1999 10/11/1999 10/18/1999 10/25/1999 11/01/1999 11/08/1999 11/15/1999 11/22/1999 11/29/1999 12/06/1999 12/07/1998 12/13/1999 12/14/1998 12/20/1999 12/21/1998 12/27/1999 12/28/1998 2/01/1999 2/07/2000 2/08/1999 2/14/2000 2/15/1999 2/21/2000 2/22/1999 2/28/2000 3/01/1999 3/08/1999 3/15/1999 3/22/1999 3/29/1999 4/05/1999 4/12/1999 4/19/1999 4/26/1999 5/03/1999 5/10/1999 5/17/1999 5/24/1999 5/31/1999 6/07/1999 6/14/1999 6/21/1999 6/28/1999 7/05/1999 7/12/1999 7/19/1999 7/26/1999 8/02/1999 8/09/1999 8/16/1999 8/23/1999 8/30/1999 9/06/1999 9/13/1999 9/20/1999 9/27/1999

NatAvg

a numeric vector

EstCst

a numeric vector

NE

a numeric vector

CltAtl

a numeric vector

LwrAtl

a numeric vector

Gulf

a numeric vector

Rocky

a numeric vector

WstMt

a numeric vector

Coast

a numeric vector

Calif

a numeric vector

Examples

Run this code
# NOT RUN {
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