https://github.com/norskregnesentral/spatiotemporalalk
https://github.com/norskregnesentral/spatiotemporalalk
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/norskregnesentral/spatiotemporalalk
- Owner: NorskRegnesentral
- Created: 2022-09-05T12:23:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T08:59:53.000Z (about 1 year ago)
- Last Synced: 2025-01-10T16:46:04.707Z (10 months ago)
- Language: R
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## spatioTemporalALK
Git page for the R-package `spatioTemporalALK`.
This model uses age-at-length observations to construct spatio-temporal age-at-length keys. The package is needed when constructing indices-at-age using the R-package `spatioTemporalIndices`.
### Install
The model is installed by
```R
devtools::install_github("NorskRegnesentral/spatioTemporalALK")
```
### Example
For an example on how to use the model to construct indices-at-age, see https://github.com/NorskRegnesentral/spatioTemporalIndices.
A simple example to fit the model and displaying age-at-length keys is provided here: `scrip\fitALK.R`.