OHI-Science/datalimited

Name: datalimited

Owner: Ocean Health Index - Science

Description: Stock assessment methods for data-limited fisheries

Forked from: datalimited/datalimited

Created: 2017-01-03 21:17:22.0

Updated: 2017-01-03 21:17:24.0

Pushed: 2017-03-21 22:39:56.0

Homepage: null

Size: 14295

Language: R

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Stock assessment methods for data-limited fisheries

Build Status DOI

Installation

Before installing datalimited, you will need to install JAGS and have a C++ compiler set up.

The R package datalimited can then be installed from GitHub with:

stall.packages("devtools")
ools::install_github("datalimited/datalimited")

The package implements the methods used in Rosenberg et al. (2014) including the following:

An example with cmsy()
ary("datalimited")
seed(1)
 cmsy(blue_gren$yr, ct = blue_gren$ct, reps = 2e4)
s(x)
1] "theta"       "biomass"     "bmsy"        "msy"         "mean_ln_msy"
6] "bbmsy"
mfrow = c(2, 2))
(blue_gren$yr, blue_gren$ct, type = "o", xlab = "Year", 
ab = "Catch (t)")
(blue_gren$yr,  apply(x$biomass, 2, median)[-1], type = "o",
ab = "Estimated biomass", xlab = "Year")
(x$bmsy)
(x$theta$r, x$theta$k, col = "#00000030")

ary("ggplot2")
ot(x$bbmsy, aes(year, bbmsy_q50)) + geom_line()  +
geom_ribbon(aes(ymin = bbmsy_q25, ymax = bbmsy_q75), alpha = 0.2) +
geom_ribbon(aes(ymin = bbmsy_q2.5, ymax = bbmsy_q97.5), alpha = 0.1) +
geom_hline(yintercept = 1, lty = 2) + theme_light()

Citation

To cite the package, cite the authors of the original assessment method (shown below), Rosenberg et al. (2014), and:

tion("datalimited")

o cite package 'datalimited' in publications use:

 Sean C. Anderson, Jamie Afflerbach, Andrew B. Cooper, Mark
 Dickey-Collas, Olaf P. Jensen, Kristin M. Kleisner, Catherine
 Longo, Giacomo Chato Osio, Daniel Ovando, Carolina Minte-Vera,
 Coilin Minto, Iago Mosqueira, Andrew A. Rosenberg, Elizabeth R.
 Selig, James T. Thorson and Jessica C. Walsh (2016).
 datalimited: Stock Assessment Methods for Data-limited
 Fisheries. R package version 0.1.0.
 https://github.com/datalimited/datalimited

 BibTeX entry for LaTeX users is

 @Manual{,
   title = {datalimited: Stock Assessment Methods for Data-limited Fisheries},
   author = {Sean C. Anderson and Jamie Afflerbach and Andrew B. Cooper and Mark Dickey-Collas and Olaf P. Jensen and Kristin M. Kleisner and Catherine Longo and Giacomo Chato Osio and Daniel Ovando and Carolina Minte-Vera and Coilin Minto and Iago Mosqueira and Andrew A. Rosenberg and Elizabeth R. Selig and James T. Thorson and Jessica C. Walsh},
   year = {2016},
   note = {R package version 0.1.0},
   url = {https://github.com/datalimited/datalimited},
 }
References

Costello, C., D. Ovando, R. Hilborn, S. D. Gaines, O. Deschenes, and S. E. Lester. 2012. Status and solutions for the world?s unassessed fisheries. Science 338:517-520.

Martell, S., and R. Froese. 2013. A simple method for estimating MSY from catch and resilience. Fish and Fisheries 14:504-514.

Rosenberg, A. A., M. J. Fogarty, A. B. Cooper, M. Dickey-Collas, E. A. Fulton, N. L. Gutiérrez, K. J. W. Hyde, K. M. Kleisner, C. Longo, C. V. Minte-Vera, C. Minto, I. Mosqueira, G. C. Osio, D. Ovando, E. R. Selig, J. T. Thorson, and Y. Ye. 2014. Developing new approaches to global stock status assessment and fishery production potential of the seas. FAO Fisheries and Aquaculture Circular, Rome, Italy.

Thorson, J. T., C. Minto, C. V. Minte-Vera, K. M. Kleisner, and C. Longo. 2013. A new role for effort dynamics in the theory of harvested populations and data-poor stock assessment. Canadian Journal of Fisheries and Aquatic Sciences 70:1829?1844.

Vasconcellos, M., and K. Cochrane. 2005. Overview of World Status of Data-Limited Fisheries: Inferences from Landings Statistics. Pages 1-20 in G. H. Kruse, V. F. Gallucci, D. E. Hay, R. I. Perry, R. M. Peterman, T. C. Shirley, P. D. Spencer, B. Wilson, and D. Woodby, editors. Fisheries Assessment and Management in Data-Limited Situations. Alaska Sea Grant, University of Alaska Fairbanks.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.