For labs: Click the ‘Rmd file’ link and download to your lab folder. Open RStudio. Switch to your lab project, by clicking button in top right (click create a new project if you did not do this step before). The greeklandings
data is in the FishForecast package. Install that package if you have not already:
library(devtools)
devtools::install_github("Fish-Forecast/FishForecast")
Lecture 1 Introduction to time-varying regression
Lab Fit TV regression models to catch data: TV Regression Lab 1 - Rmd file - Data
Lab Create time-varying regression forecasts: TV Regression Lab 2 - Rmd file