confint.spT: Credible intervals for model parameters.

Description Usage Arguments See Also Examples

View source: R/useful_commands.R

Description

This function is used to obtain credible intervals for model parameters from the MCMC samples.

Usage

1
2
3
4
## 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

1
2
3
4
5
6
7
8
## Not run: 
##

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

##

## End(Not run)

jmarca/spTimer documentation built on May 19, 2019, 1:51 p.m.