confint.spT {spTimer} | R Documentation |
Credible intervals for model parameters.
Description
This function is used to obtain credible intervals for model parameters from the MCMC samples.
Usage
## S3 method for class 'spT'
confint(object, parm, level = 0.95, ...)
##
Arguments
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. |
See Also
Examples
## Not run:
##
confint(out) # where out is the output from spT class
##
## End(Not run)
[Package spTimer version 3.3.2 Index]