Learn R Programming

spTimer (version 0.03)

summary.spT: Summary statistics of the parameters.

Description

This function is used to obtain MCMC summary statistics.

Usage

## S3 method for class 'spT'
## S3 method for class 'spT':
summary(object, pack="spTimer", ...)

##

Arguments

object
Object of class inheriting from "spT".
pack
If "coda" then summary statistics are given using coda package. Defaults value is "spTimer".
...
Other arguments.

See Also

spT.Gibbs.

Examples

Run this code
##

summary(out) # where out is the output from spT class
summary(out, pack="coda") # where out is the output from spT class

##

Run the code above in your browser using DataLab