Time Series Analysis in R
David S. Matteson
Associate Professor at Cornell University
Monthly values of the Consumer Price Index (CPI):
print(BMW_data)
...
1996-07-08 0.002
1996-07-09 -0.006
1996-07-10 -0.016
1996-07-11 -0.020
1996-07-14 -0.006
1996-07-15 -0.014
1996-07-16 0.002
1996-07-17 -0.001
...
plot(Time_Series)
Time Series Analysis in R