Time Series Analysis using R-Forecast package
As a first step, Understand the data visually, for this purpose, the data is converted to time series object using ts(), and plotted visually using plot() functions available in R. Forecast package is written by Rob J Hyndman and is available from CRAN here. All these forecasting models returns objects which contain original series, point forecasts, forecasting methods used residuals.
Jun-4-2017, 11:55:20 GMT