dowdata {UsingR} | R Documentation |
The dowdata
data frame has 443 rows and 5 columns.
data(dowdata)
This data frame contains the following columns:
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)]))