Description Usage Arguments Details Value Author(s) Examples
List available model components, likelihoods, priors, etc.
To read specific documentation for the individual elements, use inla.doc
.
1 | inla.list.models(section = names(inla.models()), ...)
|
section |
The section(s) to list, missing |
... |
Additional argument to |
The list is cat
'ed with ...
arguments.
This function is EXPERIMENTAL.
Nothing is returned
Havard Rue
1 2 3 4 5 6 7 8 9 | ## Not run:
inla.list.models("likelihood")
inla.list.models(c("prior", "group"))
inla.list.models(file=file("everything.txt"))
#Show detailed doc for a specific prior/likelihood/latent model
inla.doc("binomial")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.