Dowjones {BSDA}R Documentation

Closing yearend Dow Jones Industrial averages from 1896 through 2000

Description

Data for Exercise 1.35

Usage

Dowjones

Format

A data frame with 105 observations on the following 3 variables.

year
a numeric vector
close
a numeric vector
X.change
a numeric vector

Source

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

Examples

str(Dowjones)
attach(Dowjones)  
plot(year,close,type="l",lty=2,lwd=2,col="blue")     
barplot(close,col="blue",las=2,main="Problem 1.35",names.arg=FALSE)      
detach(Dowjones) 

[Package BSDA version 0.1 Index]