Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gavinsimpson/nso-2022-workshop
Ordination methods for Ecology and Generalized additive models
https://github.com/gavinsimpson/nso-2022-workshop
Last synced: 23 days ago
JSON representation
Ordination methods for Ecology and Generalized additive models
- Host: GitHub
- URL: https://github.com/gavinsimpson/nso-2022-workshop
- Owner: gavinsimpson
- License: mit
- Created: 2022-06-02T13:51:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T19:47:15.000Z (over 2 years ago)
- Last Synced: 2024-06-11T19:57:05.063Z (5 months ago)
- Language: HTML
- Size: 24.5 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nordic Society Oikos 2022 Workshop
## Ordination methods for Ecology and Generalized Additive Models
June 7th, 2022, 0800 — 1345
## Pre-workshop setup
You'll need:
* Laptop
* R (preferably 4.2.0 or later, but 4.1.3 should be OK too)
* RStudio (latest version for your OS) If you want to use your own IDE for R that's fine, but we'll be working with RStudio and can't support attendees using other IDEs)
* Packages: Latest versions of tidyverse, mgcv, vegan, gratia installed.To install the required packages and make sure their dependencies are up-to-date, please run
```r
update.packages(ask = FALSE, checkBuilt = TRUE)install.packages(c("tidyverse", "mgcv", "vegan", "gratia"))
```prior to the workshop start.
## Slides
Links to rendered slides coming soon
* [Introduction to multivariate methods](https://gavinsimpson.github.io/nso-2022-workshop/01-ordination/index.html)
* [Advanced multivariate methods](https://gavinsimpson.github.io/nso-2022-workshop/02-constrained-ordination/index.html)
* [Introduction to Generalized Additive Models](https://gavinsimpson.github.io/nso-2022-workshop/03-gams/index.html)