set_q | R Documentation |
Specify model and parameter configuration for catchability
set_q(input, catchability = NULL)
input |
list containing data, parameters, map, and random elements (output from |
catchability |
(optional) list specifying options for numbers-at-age random effects, initial parameter values, and recruitment model (see details)
|
a named list with same elements as the input provided with catchability options modified.
prepare_wham_input
## Not run:
wham.dir <- find.package("wham")
path_to_examples <- system.file("extdata", package="wham")
asap3 <- read_asap3_dat(file.path(path_to_examples,"ex1_SNEMAYT.dat"))
input <- prepare_wham_input(asap3)
catchability = list(re = c("iid", "none"))
input <- set_q(input, catchability = catchability) #independent time-varying random effects on q for first survey.
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.