inla.doc {INLA}R Documentation

View documentation

Description

View documentation of latent, prior and likelihood models.

Usage

inla.doc(what, section, verbose=FALSE)

Arguments

what

What to view documentation about; name of latent model, name of prior, etc. (A regular expression.)

section

An optional section, like names(inla.models()), to look for the documentation. If missing, all sections are used.

verbose

Logical If TRUE then run in verbose mode

Author(s)

Havard Rue hrue@r-inla.org

See Also

www.r-inla.org

Examples

## Not run: inla.doc("rw2")
## Not run: inla.doc("gaussian", section = "prior")

[Package INLA version 21.11.22 Index]