Description Usage Arguments Details Value Author(s) See Also
Takes a fitted inla
or surv.inla
object produced by
inla
or surv.inla
and produces
a summary from it.
1 2 3 4 |
object |
a fitted |
x |
a |
digits |
Integer Number of digits |
include.lincomb |
Logcial Include the summary for the the linear combinations or not |
... |
other arguments. |
Posterior mean and standard deviation (together with quantiles or cdf) are printed for the fixed effects in the model.
For the random effects the function summary()
prints the
posterior mean and standard deviations for the hyperparameters
If the option short.summary
is set to TRUE
using
inla.setOption
,
then a less verbose summary
variant will be used, which might be
more suitable for Markdown documents.
summary.inla
returns an object of class summary.inla
, a
list of components to print.
Sara Martino and Havard Rue
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.