1. Learn
  2. /
  3. Courses
  4. /
  5. Manipulating Time Series Data in R

Exercise

Finding the class

Determining an object's class is an essential step in time series analysis in R, as the class of an object determines which functions and methods are appropriate to use on the object. Using the console, determine the class of the dates object.

Instructions

50 XP

Possible answers