Chapter 1 Introduction

This book will cover the use of time series methods in biomedical and public health applications. And maybe rockets?

We will use the following packages.

library(tidyverse)
library(broom)
library(lubridate)
library(forcats)
library(tsibble)
library(mgcv)
library(splines)
library(zoo)
library(tsModel)
library(gganimate)