The Korshub Take
This intermediate R course covers specialized packages like zoo, lubridate, and xts for time series manipulation. You will learn how to handle date-time objects, impute missing values, and calculate moving trend windows.
Who It's For
R analysts and data scientists who need to inspect, manipulate, subset, and aggregate time-stamped datasets effectively.
Key Takeaways
- Time Series Packages: Master zoo, lubridate, and xts for importing, converting, and aggregating time series.
- Subsetting & Imputation: Window time series data by time periods and fill missing data using constant fill, LOCF (Last Observation Carried Forward), or linear interpolation.
- Rolling & Expanding Windows: Calculate rolling and expanding window summary statistics to track temporal trends over time.