rerun: Rerun an analysis

Description Usage Arguments Value See Also Examples

Description

Rerun inla on an inla-object (output from link{inla})

Usage

1
2

Arguments

object

An inla-object, ie the output from an inla-call

plain

Logical. If FALSE (default), then make changes in object to improve the performance

Value

This function will take the result in object, and rerun inla again. If plain is FALSE, start the optimization from the mode in object so that we can obtain an improvement the mode for the hyperparameters. Otherwise, start from the same configuration as for object. The returned value is an inla-object.

See Also

inla

Examples

1
2
r = inla(y ~ 1,  data = data.frame(y=1:10))
r = inla.rerun(r)

INBO-BMK/INLA documentation built on Dec. 4, 2019, 11:43 p.m.