Learn R Programming

spTimer (version 2.0-1)

summary.spT: Summary statistics of the parameters.

Description

This function is used to obtain MCMC summary statistics.

Usage

# S3 method for spT
summary(object, digits=4, package="spTimer", ...)

##

Arguments

object

Object of class inheriting from "spT".

digits

Rounds the specified number of decimal places (default 4).

package

If "coda" then summary statistics are given using coda package. Defaults value is "spTimer".

...

Other arguments.

Value

sig2eps

Summary statistics for \(\sigma_\epsilon^2\).

sig2eta

Summary statistics for \(\sigma_\eta^2\).

phi

Summary statistics for spatial decay parameter \(\phi\), if estimated using spT.decay.

...

Summary statistics for other parameters used in the models.

See Also

spT.Gibbs.

Examples

Run this code
# NOT RUN {
##

summary(out) # where out is the output from spT class
summary(out, digit=2) # 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