View documentation of latent, prior and likelihood models.
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
Examples
if (FALSE) inla.doc("rw2") # \dontrun{}
if (FALSE) inla.doc("gaussian", section = "prior") # \dontrun{}