joint.rerun {INLAjoint}R Documentation

Rerun a model fitted with INLAjoint

Description

Reruns inla() for an object of class INLAjoint returned by the joint function. 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.rerun(model, ...)

Arguments

model

an object containing a model fitted with the joint() function.

...

Extra arguments.

Value

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

See Also

joint.


[Package INLAjoint version 24.3.25 Index]