joint.run | R Documentation |
Runs inla() for an object of class INLAjoint
returned by the joint
function with argument 'run' set to FALSE. The rerun starts with posterior values from
previous run and can sometimes improve the model fit
(for very complex models or unstable parameter estimates due to low information in the data)
joint.run(model, silentMode = FALSE, class = "INLAjoint", ...)
model |
an object containing a model fitted with the joint() function. |
silentMode |
boolean to display messages about the fit procedure. Default is FALSE. |
class |
defines the class of the object created. Default is "INLAjoint" but can be switched to "inla". |
... |
Extra arguments. |
An object of class INLAjoint
containing a model fitted with the joint() function.
joint
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.