https://github.com/norskregnesentral/reca
https://github.com/norskregnesentral/reca
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/norskregnesentral/reca
- Owner: NorskRegnesentral
- Created: 2019-01-11T12:40:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-25T11:23:10.000Z (about 2 years ago)
- Last Synced: 2025-08-19T11:51:54.275Z (about 2 months ago)
- Language: C
- Size: 31.2 MB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# R-eca - Estimating Catch-at-AgeReca is a package made for the Institute of Marine Research. The package produces predictions of catch-at-age,
i.e. the number of fish caught within each age group, of different fish species.Predicting the catch-at-age of commercial fish species is an important part of the quota-setting process for
many diferent species.
The Norwegian Computing Center and the Institute of Marine Research have over years developed a Bayesian
hierarchical model to estimate the catch-at-age of fish.
The model aims to estimate both the proportion-at-age and the mean weight of fish, in order to convert
total landings statistics to numbers at age.## Functions
The package consists of two main functions; `eca.estimate` and `eca.predict`