Description Usage Arguments Value
Uses fixed covariates and parameters to generate random effects and response
variables. Outputs a list of class obj
that can be directly supplied to
fit()
.
1 2 3 4 5 |
catch |
matrix (or data frame) of commercial catch (g = 1); each row corresponds to a year of available data, the first column reports the year (T_1, i.e the whole range 1940–2012), the second column is the catch C_t. |
survey1 |
matrix (or data frame) of biomass estimates from survey 1 (g = 2); each row corresponds to a year of available data, the first column reports the year (T_2), the second column is the survey biomass estimate I t,2 , and the third column is the observation error SD values κ t,2, for t ∈ T_2. |
survey2 |
matrix (or data frame) of biomass estimates from survey 2 (g = 3); each row corresponds to a year of available data, the first column reports the year (T_3), the second column is the survey biomass estimate I t,3 , and the third column is the observation error SD values κ t,3, for t ∈ T_3. |
survey3 |
matrix (or data frame) of biomass estimates from survey 1 (g = 4); each row corresponds to a year of available data, the first column reports the year (T_4), the second column is the survey biomass estimate I t,4 , and the third column is the observation error SD values κ t,4, for t ∈ T_4. |
paa.catch.female |
matrix (or data frame) of paa for the females (s = 1) from the commercial catch (g = 1); each row corresponds to a year of available data, the first column reports the year (U_1) and the next 30 columns correspond to the paa per age class and year p a,t,1,1 , for t ∈ U_1. |
paa.catch.male |
matrix (or data frame) of paa for the males (s = 2) from the commercial catch (g = 1); each row corresponds to a year of available data, the first column is the year (U_1) and the next 30 columns correspond to the paa per age class and year p a,t,1,2 , for t ∈ U 1. |
n.trips.paa.catch |
matrix (or data frame) of the number of trips per year of available paa for the commercial catch (g = 1); each row corresponds to a year, the first column reports the year (U_1), the second column is the number of trips n t,1 , for t ∈ U_1. |
paa.survey1.female |
matrix (or data frame) of paa for the females (s = 1) from survey 1 (g = 2); each row corresponds to a year of available data, the first column reports the year (U_2) and the next 30 columns correspond to the paa per age class and year p a,t,2,1 , for t ∈ U_2. |
paa.survey1.male |
matrix (or data frame) of paa for the males (s = 2) from survey 1 (g = 2); each row corresponds to a year of available data, the first column is the year (U_2) and the next 30 columns correspond to the paa per age class and year p a,t,2,2 , for t ∈ U_2. |
n.trips.paa.survey1 |
matrix (or data frame) of the number of trips per year of available paa for survey 1 (g = 2); each row corresponds to a year, the first column reports the year (U_2), the second column is the number of trips n t,2 , for t ∈ U 2. |
paa.mature |
vector of A = 30 proportions of mature females. |
weight.female |
vectors of A = 30 average weight at age of females (s = 1). |
weight.male |
vectors of A = 30 average weight at age of males (s = 2). |
misc.fixed.param |
optional named vector/list (or data frame) of fixed
values for the selectivity parameters of surveys 2 and 3 and for the
process error SD σ R ; the names must match |
theta.ini |
optional named vector/list (or data frame) of starting
values for the model parameters to be estimated; the names must match |
lkhd.paa |
either |
var.paa.add |
either |
enable.priors |
either |
A list of class obj
properly formatted to be fed to fit()
,
with the following elements:
datalist
: a list containing all DATA inputs for the TMB POP template;
parlist
: a list containing all PARAMETER inputs for the TMB POP template;
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.