Description Usage Arguments Details Value See Also
Update a model structure or component with new parameters, or update the posterior processes.
1 2 | modelExpandParam(model, params)
modelUpdateProcesses(model, predt=NULL)
|
model |
the model structure to be updated. |
params |
vector of parameters. |
predt |
. |
model <- modelExpandParam(model, param)
returns a model structure filled with the parameters in the given
vector. This is used as a helper function to enable parameters to be
optimised in, for example, the optimisation functions.
model <- modelUpdateProcesses(model)
updates posterior processes of the given model.
model |
updated model structure. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.