
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
# NOT RUN {
data(dowdata)
the.close <- dowdata$Close
n <- length(the.close)
plot(log(the.close[2:n]/the.close[1:(n-1)]))
# }
Run the code above in your browser using DataLab