Description Usage Arguments Value Author(s) Examples
List all priors for the hyperparameters used in a an inla
-object
1 | inla.show.hyperspec(result)
|
result |
An |
Nothing. The used priors for the hyperparameters are displayed only.
Havard Rue hrue@math.ntnu.no
1 2 | r = inla(y~1, data = data.frame(y=1:10))
inla.show.hyperspec(r)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.