R Exercises – 41-50 – Working with Time Series Data
1. Simple time series plot on ‘non-ts’ data a. Get 200 random numbers and call the object ‘mydata’. Let’s set a seed of 14 for reproducibility. b. Get a time series plot without converting to class ‘ts’. c. Add ablines to the chart to indicate the horizontal boundaries of 0 and 1. 2. Working with ‘xts’ a. Get and load