parameters.cpp | R Documentation |
Functions for use with Template Model Builder (TMB).
parameters.cpp(x) data.cpp(x) ## S3 method for class 'parameters' update(x, obj, fixed, random, map) ## S3 method for class 'map' update(map, free.variables, fixed.variables)
parameters.cpp()
: Extract model parameter name(s) from TMB model.
data.cpp()
: Extract data variable name(s) from TMB model.
update(parameters)
: Update model parameters using TMB model output.
update(map)
: Update model parameter map.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.