joint.run: Run a model fitted with INLAjoint

View source: R/joint.run.R

joint.runR Documentation

Run a model fitted with INLAjoint

Description

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)

Usage

joint.run(model, silentMode = FALSE, class = "INLAjoint", ...)

Arguments

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.

Value

An object of class INLAjoint containing a model fitted with the joint() function.

See Also

joint.


DenisRustand/INLAjoint documentation built on April 13, 2025, 1:50 p.m.