Learn R Programming

spTimer (version 0.8)

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, 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

  • sig2epsSummary statistics for $\sigma_\epsilon^2$.
  • sig2etaSummary statistics for $\sigma_\eta^2$.
  • phiSummary 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
##

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