View source: R/useful_commands.R
confint.spT | R Documentation |
This function is used to obtain credible intervals for model parameters from the MCMC samples.
## S3 method for class 'spT'
confint(object, parm, level = 0.95, ...)
##
object |
Object of class inheriting from "spT". |
parm |
a specification of which parameters are to be given credible intervals, a vector of names. If missing, all parameters are considered. |
level |
The required credible interval. |
... |
other arguments. |
spT.Gibbs
.
## Not run:
##
confint(out) # where out is the output from spT class
##
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.