This lesson requires a premium membership to access.
Premium membership includes unlimited access to all courses, quizzes, downloadable resources, and future content updates.
Ask questions about this lesson and get instant answers.
In R, we can use the ts() function to create a time series object.
Below is a simplified format of the ts function. For complete details use ?ts in your R console.
1ts(data = NA, start = 1, end = numeric(), frequency = 1, deltat = 1, names = )
2