A (very!) short course on how to fit, plot, and evaluate GAMs
The course website URL available at pedersen-fisheries-lab.github.io/ETN-gams-for-movement-workshop/
-
You will need to install R and I recommend using RStudio. The latest version of R can be downloaded here. RStudio is an application (an integrated development environment or IDE) that facilitates the use of R and offers a number of nice additional features. It can be downloaded here. You will need the free Desktop version for your computer.
-
Download the course materials as a ZIP file here. Alternatively, if you have the usethis, R package, running the following command will download the course materials and open them:
usethis::use_course('pedersen-fisheries-lab/ETN-gams-for-movement-workshop')
-
Install the R packages required for this course by running the following line of code your R console:
install.packages(c("dplyr", "ggplot2", "sf", "mgcv", "tidyr", "gratia")
If you are looking for more GAM teaching aids, here's a few resources that might be helpful:
- Older 1-day GAM workshop for the Ecological Society of America
- Recent 1-day GAM workshop
- Recent 3-day workshop for DFO Canada
- Gavin Simpson:
- Noam Ross:
- David Lawrence Miller's blog
- Gavin Simpson's blog
- Simon Wood (The creator of mgcv): papers and books
- "Generalized Additive Models: An Introduction with R 2nd ed"
- 2020: TEST: "Inference and computation with generalized additive models and their extensions"