new_spatq_setup | R Documentation |
Checks that data
, parameters
, and map
are consistent
then puts them in a list for use by prepare_adfun
new_spatq_setup(data, parameters, map, random) spatq_setup( catch_df, spatq_spec, index_step, init_fixef = TRUE, mesh_resolution = "coarse", ... )
data |
Data for spatq model, as produced by |
parameters |
Parameter list as from |
map |
Map list as from |
random |
Random vector as from |
catch_df |
Data frame with catch observations, as from
|
spatq_spec |
Model specification from |
index_step |
Index grid step size |
init_fixef |
Use parameter estimates from model with only fixed effects as initial values? |
mesh_resolution |
Mesh resolution to pass to
|
... |
Additional arguments to pass to |
A spatq_setup
object ready to be used to construct a spatq
objective function
spatq_setup
: Convenient constructor for model setups
John K Best
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.