-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
12 lines (7 loc) · 880 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
## RstoxFDA
# Fisheries dependent analysis, including running the ECA model (Estimating Catch at Age) through the Reca package developed by the Norwegian Computing Center.
# The ECA model uses the correlation structure in fisheries dependent data to distribute age readings from cathes (samples) onto the total reported landings. The ECA model is described in Hirst, D., Aanes, S., Storvik, G., Huseby, R. B., & Tvete, I. F. (2004). Estimating catch at age from market sampling data by using a Bayesian hierarchical model. Journal of the Royal Statistical Society: Series C (Applied Statistics), 53(1), 1-14.
# Install the latest GitHub release:
devtools::install_github("https://github.com/StoXProject/RstoxFDA", ref = "RstoxFDA-v1.0")
# ... or install the develop version from GitHub:
# devtools::install_github("https://github.com/StoXProject/RstoxFDA", ref = "develop")