October 2020
Beginner to intermediate
928 pages
23h 32m
English
Time series are lists of data points in which each data point is associated with a time-stamp. A simple example is the price of a stock in the stock market at different points of time on a given day. Another example is the amount of rainfall in a region at different months of the year. R language uses many functions to create, manipulate and plot the time series data. The data for the time series is stored in an R object called time series object. It is also a R data object like a vector or data frame.
The time series object is created by using the
ts() function.
Read now
Unlock full access