spTimer (version 3.3)

confint.spT: 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 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

spT.Gibbs.

Examples

Run this code
# NOT RUN {
##

confint(out) # where out is the output from spT class

##
# }

Run the code above in your browser using DataLab