powered by
The Dow-Jones daily index of 1941.
data("DOW1941")
A data frame with 302 observations on the following 5 variables.
DOW1941
Dow-Jones daily value
Date
a POSIXlt
Day
a progressive number
DayOfWeek
a factor representing the weekday with levels 1 2 3 4 5 6
1
2
3
4
5
6
Month
a factor representing the month with levels 1 2 3 4 5 6 7 8 9 10 11 12
7
8
9
10
11
12
data(DOW1941) plot(DOW1941$Date, DOW1941$DOW1941, type="l", ylab="Dow Jones 1941", xlab="Date")
Run the code above in your browser using DataLab