Skip to content

Commit

Permalink
Carey's edits
Browse files Browse the repository at this point in the history
  • Loading branch information
jimianelli committed Sep 11, 2024
1 parent 8e49c81 commit cbdec03
Show file tree
Hide file tree
Showing 9 changed files with 1,364 additions and 562 deletions.
11 changes: 11 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
project:
type: website
output-dir: docs
title: "Eastern Bering Sea walleye pollock stock assessment"

render:
- "doc/sept.qmd"
- "!doc/DoubleLogistic.Rmd"
Expand Down Expand Up @@ -58,6 +60,7 @@ website:
lightbox: true
format:
html:
date: "`r format(Sys.time(), '%B %d, %Y %H:%M')`"
theme:
light: [cosmo, theme.scss]
dark: [cosmo, theme-dark.scss]
Expand All @@ -71,6 +74,14 @@ format:
code-fold: true
pdf:
documentclass: scrreprt
papersize: letter
header-includes:
- \usepackage{fancyhdr}
- \pagestyle{fancy}
- \fancyhf{}
- \rfoot{\thepage}
- \lfoot{My Document}

docx:
reference-docx: "template.docx"

Expand Down
16 changes: 16 additions & 0 deletions doc/references.bib
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@article{stock2021,
title = {The {{Woods Hole Assessment Model}} ({{WHAM}}): {{A}} General State-Space Assessment Framework That Incorporates Time- and Age-Varying Processes via Random Effects and Links to Environmental Covariates},
shorttitle = {The {{Woods Hole Assessment Model}} ({{WHAM}})},
author = {Stock, Brian C. and Miller, Timothy J.},
year = {2021},
month = aug,
journal = {Fisheries Research},
volume = {240},
pages = {105967},
issn = {0165-7836},
doi = {10.1016/j.fishres.2021.105967},
urldate = {2024-09-11},
abstract = {The rapid changes observed in many marine ecosystems that support fisheries pose a challenge to stock assessment and management predicated on time-invariant productivity and considering species in isolation. In single-species assessments, two main approaches have been used to account for productivity changes: allowing biological parameters to vary stochastically over time (empirical), or explicitly linking population processes such as recruitment (R) or natural mortality (M) to environmental covariates (mechanistic). Here, we describe the Woods Hole Assessment Model (WHAM) framework and software package, which combines these two approaches. WHAM can estimate time- and age-varying random effects on annual transitions in numbers at age (NAA), M, and selectivity, as well as fit environmental time-series with process and observation errors, missing data, and nonlinear links to R and M. WHAM can also be configured as a traditional statistical catch-at-age (SCAA) model in order to easily bridge from status quo models and test them against models with state-space and environmental effects, all within a single framework. We fit models with and without (independent or autocorrelated) random effects on NAA, M, and selectivity to data from five stocks with a broad range of life history, fishing pressure, number of ages, and time-series length. Models that included random effects performed well across stocks and processes, especially random effects models with a two dimensional (2D) first-order autoregressive, AR(1), covariance structure over age and year. We conducted simulation tests and found negligible or no bias in estimation of important assessment outputs (SSB, F, stock status, and catch) when the operating and estimation models matched. However, bias in SSB and F was often non-trivial when the estimation model was less complex than the operating model, especially when models without random effects were fit to data simulated from models with random effects. Bias of the variance and correlation parameters controlling random effects was also negligible or slightly negative as expected. Our results suggest that WHAM can be a useful tool for stock assessment when environmental effects on R or M, or stochastic variation in NAA transitions, M, or selectivity are of interest. In the U.S. Northeast, where the productivity of several groundfish stocks has declined, conducting assessments in WHAM with time-varying processes via random effects or environment-productivity links may account for these trends and potentially reduce retrospective bias.},
keywords = {/unread,Environmental effects,Natural mortality,Random effects,Recruitment,State-space,Stock assessment,Template Model Builder (TMB),Time-varying}
}

@Manual{rpath,
title = {Rpath: R implementation of Ecopath with Ecosim},
author = {Kerim Aydin and Sean Lucey and Sarah Gaichas},
Expand Down
219 changes: 127 additions & 92 deletions doc/sept.qmd

Large diffs are not rendered by default.

Binary file removed docs/.DS_Store
Binary file not shown.
Binary file modified docs/doc/sept.docx
Binary file not shown.
1,654 changes: 1,192 additions & 462 deletions docs/doc/sept.html

Large diffs are not rendered by default.

Binary file modified docs/doc/sept.pdf
Binary file not shown.
24 changes: 17 additions & 7 deletions docs/search.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://nmfs-opensci.github.io/NOAA-quarto-simple/doc/sept.html</loc>
<lastmod>2024-09-10T21:50:33.172Z</lastmod>
<lastmod>2024-09-11T05:34:48.204Z</lastmod>
</url>
</urlset>

0 comments on commit cbdec03

Please sign in to comment.