alko989 / s6model

Data-poor fish stock assessment using the single species, size structured, steady state model

Home Page:http://www.akokkalis.info/s6model/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single species, size structured, steady state (s6) fish stock assessment model

Stable version: Build Status codecov.io

Development version: Build Status codecov.io

CRAN version

Data-poor stock assessment using the s6model

Installation

s6 depends on the Template Model Builder (TMB)

Using `remotes' package:

## install.packages('remotes')
install.packages('TMB')
library(remotes)
## Stable version
install_github("alko989/s6model")
## Development version
install_github("alko989/s6model", ref = "dev")

Another option is to download the whole code as a zipball and build and install using R CMD INSTALL

References

Kokkalis, A., Thygesen, U. H., Nielsen, A. and Andersen, K. H. (2015) ‘Limits to the reliability of size-based fishing status estimation for data-poor stocks’, Fisheries Research, 171, pp. 4–11. doi: 10.1016/j.fishres.2014.10.007.

Kokkalis, A., Eikeset, A. M., Thygesen, U. H., Steingrund, P. and Andersen, K. H. (2016) ‘Estimating uncertainty of data limited stock assessments’, ICES Journal of Marine Science: Journal du Conseil, In Press. doi: 10.1093/icesjms/fsw145.

About

Data-poor fish stock assessment using the single species, size structured, steady state model

http://www.akokkalis.info/s6model/

License:GNU General Public License v3.0


Languages

Language:R 91.7%Language:C++ 7.8%Language:TeX 0.3%Language:Makefile 0.3%