confint.spT: Credible intervals for model parameters.

View source: R/useful_commands.R

confint.spTR 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

spT.Gibbs.

Examples

## Not run: 
##

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

##

## End(Not run)

spTimer documentation built on Oct. 26, 2022, 5:06 p.m.