tramTMB | R Documentation |
Create a tramTMB object
tramTMB(
data,
parameters,
constraint,
negative,
map = list(),
resid = FALSE,
do_update = FALSE,
check_const = TRUE,
no_int = FALSE,
...
)
data |
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). |
parameters |
List of all parameter objects required by the user template (both random and fixed effects). |
constraint |
list describing the constarints on the parameters |
negative |
logical, whether the model is parameterized with negative values |
map |
same as map argument of |
resid |
logical, indicating whether the score residuals are calculated from the resulting object |
do_update |
logical, indicating whether the model should be set up with updateable offsets and weights |
check_const |
Logical; if |
no_int |
Logical; if |
... |
optional parameters passed to |
A tramTMB object.
The post-estimation parameters are supplied as a part of data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.