Lesson 5 of 27
Already have access? Sign in here
Already have access? Sign in here
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