LoslegenKostenlos loslegen

Time series summary

Exploring your data is the first step in any data analysis, especially when working with time series data.

Some of the most essential information about your dataset is its summary statistics, which include attributes like the mean, minimum, maximum, median, and so on.

These statistics provide insight into the distribution of values in your data, so it's a good idea to practice retrieving these in R.

Diese Übung ist Teil des Kurses

Manipulating Time Series Data in R

Kurs anzeigen

Interaktive Übung

Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.

# Determine the summary statistics of maunaloa
___
Code bearbeiten und ausführen