The Dow Jones average from Jan 1999 to October 2000
The dowdata
data frame has 443 rows and 5 columns.
data(dowdata)
This data frame contains the following columns:
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a numeric vector
this data comes from the site http://www.forecasts.org/
data(dowdata) the.close <- dowdata$Close n <- length(the.close) plot(log(the.close[2:n]/the.close[1:(n-1)]))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.