Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seananderson/rtmb-tesa-spatial
Exercises for a workshop on geostatistical modelling with RTMB + GMRFs
https://github.com/seananderson/rtmb-tesa-spatial
Last synced: 12 days ago
JSON representation
Exercises for a workshop on geostatistical modelling with RTMB + GMRFs
- Host: GitHub
- URL: https://github.com/seananderson/rtmb-tesa-spatial
- Owner: seananderson
- License: gpl-3.0
- Created: 2024-03-01T05:44:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-02T03:08:54.000Z (8 months ago)
- Last Synced: 2024-06-11T17:20:33.248Z (5 months ago)
- Language: R
- Size: 5.06 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Geostatistical modelling with RTMB: ICES/TESA 2024 workshop
Necessary packages:
```r
pkgs <- c("RTMB", "fmesher", "dplyr", "ggplot2", "cowplot", "here", "sdmTMB")
install.packages(pkgs)
```Data are in `data`.
Exercises and example code are in `exercises`.
Xaringan .Rmd slide source code is in `slides`.
[PDF of slides](https://www.dropbox.com/scl/fi/qha79zgvwr811ivvj68jo/RTMB-spatial-2024-03-01.pdf?rlkey=np16u8cjydk5cp8f7dgjte73u&dl=1)