knitr::opts_chunk$set( echo = FALSE, message = FALSE, warning = FALSE, message = FALSE, # dev = "svg", fig.width = 12, fig.height = 12 # fig.retina = 3 ) xaringanthemer::style_mono_accent( # base_color = nmfspalette::nmfs_cols("darkblue"), base_color = "#00467F", header_font_google = xaringanthemer::google_font("Josefin Sans"), text_font_google = xaringanthemer::google_font("Montserrat", "300", "300i"), code_font_google = xaringanthemer::google_font("Fira Mono"), colors = c(noaablue = "#00467F") )
class: title-slide, inverse
<style> .center2 { margin: 0; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } </style>
.code-bg-white .remark-code, .code-bg-white .remark-code * { background-color:white!important; }
.bg-text[
.pull-left[
]
.pull-right[
]
.pull-left[
]
.pull-left[
]
.pull-right[
]
.pull-left[
]
---
# Request 20
### For the northern model, develop model runs that might encompass the different types of both observational and structural uncertainty by 1) excluding fishery dependent age data from a model and, 2) running a model with sex-specific selectivity (as in model 420) to capture the 'process' uncertainty. Include in the comparison plots and tables the model run in which _M_ is fixed at 0.3 for females.
---
### 20 Timeseries
.pull-left-30[
]
.pull-right-70[
]
---
### 20 Likelihoods
`r table_sens("../figures/STAR_request20/sens_table_n_random.csv",
caption = "", format = "html", pretty = FALSE) %>%
kableExtra::kable_styling(font_size = 12)
`
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.