View source: R/specify_estimated.R
specify_estimated | R Documentation |
Indicate which parameters should be estimated; conversely, which should be mapped to their initial values. Each argument can be logical, indicating whether both the numbers density, weight per group, and their hyperparameters should be estimated. A list specifying whether the numbers density, weight per group, and hyperparameters (potentially nested inside each specific process).
specify_estimated( beta = TRUE, gamma = FALSE, omega = FALSE, epsilon = FALSE, lambda = TRUE, eta = FALSE, phi = FALSE, psi = FALSE, kappa_map = NULL, aniso = FALSE, obs_lik = 0L )
beta |
Abundance fixed effects |
gamma |
Abundance iid random effects |
omega |
Abundance spatial effects |
epsilon |
Abundance spatiotemporal effects |
lambda |
Catchability fixed effects |
eta |
Catchability iid random effects |
phi |
Catchability spatial effects |
psi |
Catchability spatiotemporal effects |
kappa_map |
Factor vector of length 8 specifying the map for kappa parameters |
obs_lik |
Observation likelihood. Current options are |
A list with elements for each random effect process and parameter in
the spatq
model, each with a logical indicating whether it is
(TRUE
) or is not (FALSE
) estimated.
John Best
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.