-
Notifications
You must be signed in to change notification settings - Fork 2
/
TV-Regression.Rmd
21 lines (12 loc) · 988 Bytes
/
TV-Regression.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
title: "TV Regression"
---
*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](Forecasting_2_-_TV_Regression.html)
- Lab Fit TV regression models to catch data: [TV Regression Lab 1](TV Regression Lab 1.html) - [Rmd file](Labs/TV Regression Lab 1.Rmd) - [Data](https://fish-forecast.github.io/Catch-Forecasting-INCOIS/landings.RData)
- Lecture 2 [Forecasts with a time-varying regression model](Forecasting_2-2_-_TV_Regression.html)
- Lab Create time-varying regression forecasts: [TV Regression Lab 2](TV Regression Lab 2.html) - [Rmd file](Labs/TV Regression Lab 2.Rmd)