View source: R/prepare_adfun.R
prepare_adfun | R Documentation |
Verify data, parameters, and map, then contruct the ADFun.
prepare_adfun( data, parameters, map, random, ..., DLL = "spatq", silent = TRUE, runSymbolicAnalysis = TRUE, normalize = FALSE )
data |
Data list, as from |
parameters |
Parameter list, as from |
map |
A |
random |
A character vector of parameters to be marginalized, as from
|
... |
Additional arguments to pass to |
DLL |
TMB model to use; only used for debugging |
silent |
Output TMB progress? |
runSymbolicAnalysis |
Use Metis reorderings? (Requires special installation of TMB; see documentation.) |
normalize |
Normalize GMRF likelihoods? |
A TMB ADFun suitable for optimization
John Best
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.