inla.list.models {INLA} | R Documentation |
List available model components, likelihoods, priors, etc.
To read specific documentation for the individual elements, use inla.doc
.
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
## 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)