View source: R/make_parameters.R
make_parameters | R Documentation |
make_parameters
generates the parameters
input for TMB::MakeADFun
make_parameters(
Version,
DataList,
RhoConfig = c(Beta1 = 0, Beta2 = 0, Epsilon1 = 0, Epsilon2 = 0)
)
Version |
Which CPP version to use. If missing, defaults to latest version
using |
DataList |
list outputted from |
RhoConfig |
vector of form
If missing, the default is to assume a value of zero for each element (i.e., |
Tagged list containing starting values for all fixed effects (parameters) and random effects (coefficients)
two parameters governing geometric anisotropy (rotation matrix H)
intercepts for encounter probability
effect of density covariates on encounter prob
effect of catchability covariates on encounter prob
trimmed Cholesky (i.e., parameters for square-root of covariance) for overdispersion in encounter prob
trimmed Cholesky pointwise variance in spatial variation in encounter prob
trimmed Cholesky pointwise variance in spatio-temporal variation in encounter prob
governs decorrelation distance in encounter prob
average intercept of encounter prob (used with RhoConfig options)
SD for intercept of encounter prob (used with RhoConfig options)
first-order autoregressive coefficient for intercept of encounter prob (used with RhoConfig options)
first-order autoregressive coefficient for spatio-temporal variation of encounter prob (used with RhoConfig options)
overdispersion parameters (i.e., vessel or tow-level effects) on encounter prob
Spatial variation in encounter prob
Spatio-temporal variation in encounter prob
intercepts for positive catch rates
effect of density covariates on positive catch rates
effect of catchability covariates on positive catch rates
trimmed Cholesky (i.e., parameters for square-root of covariance) for overdispersion in positive catch rates
trimmed Cholesky pointwise variance in spatial variation in positive catch rates
trimmed Cholesk pointwise variance in spatio-temporal variation in positive catch rates
governs decorrelation distance in positive catch rates
average intercept of positive catch rates (used with RhoConfig options)
SD for intercept of positive catch rates (used with RhoConfig options)
first-order autoregressive coefficient for intercept of positive catch rates (used with RhoConfig options)
first-order autoregressive coefficient for spatio-temporal variation of positive catch rates (used with RhoConfig options)
overdispersion parameters (i.e., vessel or tow-level effects) on positive catch rates
Spatial variation in positive catch rates
Spatio-temporal variation in positive catch rates
variance parameters for positive catch rates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.