Book Supplement
BYU-Idaho’s Economics, Statistics, and Data Science Programs see importance in practical applications of time series modeling. This book provides supplemental materials as we leverage the work of Paul S.P. Cowpertwait and Andrew V. Metcalfe in the book Introductory Time Series with R
This supplement section to Introductory Time Series with R provides parallel examples of ‘Book’ code and ‘Tidyverts’ code to give learners access to the modern R environment.
Using the tidyverts
According to Rob J. Hyndman ‘There is a new suite of packages for tidy time series analysis that integrates easily into the tidyverse way of working. These packages are called the tidyverts packages, and they are available at tidyverts.org. Much of the work on these packages has been done by Earo Wang and Mitchell O’Hara-Wild.’
These time series tools allow us to use the tidyverse for time series analysis instead of the ts
format leveraged in base R.
Data
You can obtain the data …
Templates
Feel free to use the template repository to run these examples …