View source: R/bru.inference.R
iinla | R Documentation |
This is an internal wrapper for iterated runs of INLA::inla
.
For nonlinear models, a linearisation is done with
bru_compute_linearisation
, with a line search method between each
iteration. The INLA::inla.stack
information is setup by bru_make_stack()
.
iinla(model, lhoods, inputs = NULL, initial = NULL, options)
model |
A bru_model object |
lhoods |
A list of likelihood objects from |
inputs |
Optional pre-computed list of per-likelihood component
evaluations, from |
initial |
A previous |
options |
A |
An iinla
object that inherits from INLA::inla
, with an
added field bru_iinla
with elements
The diagnostic log messages produced by the run
The list of linearisation points, one for each inla run
The inla.stack
object from the final inla run
A list of convergence tracking vectors
If an inla run is aborted by an error, the returned object also contains
an element error
with the error object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.