Create a tramTMB object
tramTMB(
data,
parameters,
constraint,
negative,
map = list(),
resid = FALSE,
do_update = FALSE,
check_const = TRUE,
no_int = FALSE,
...
)
A tramTMB object.
List of data objects (vectors, matrices, arrays, factors, sparse matrices) required by the user template (order does not matter and un-used components are allowed).
List of all parameter objects required by the user template (both random and fixed effects).
list describing the constarints on the parameters
logical, whether the model is parameterized with negative values
same as map argument of TMB::MakeADFun
logical, indicating whether the score residuals are calculated from the resulting object
logical, indicating whether the model should be set up with updateable offsets and weights
Logical; if TRUE
check the parameter constraints before
evaluating the returned functions.
Logical; if FALSE
skip the numerical integration step.
optional parameters passed to TMB::MakeADFun