View source: R/useful_commands.R
summary.spT | R Documentation |
This function is used to obtain MCMC summary statistics.
## S3 method for class 'spT'
summary(object, digits=4, package="spTimer", coefficient=NULL, ...)
##
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". One can also use "spTDyn" for obtaining spatially varying and temporal dynamic models (see details: https://cran.r-project.org/web/packages/spTDyn/index.html) |
coefficient |
Only applicable for package "spTDyn". |
... |
Other arguments. |
sig2eps |
Summary statistics for |
sig2eta |
Summary statistics for |
phi |
Summary statistics for spatial decay parameter |
... |
Summary statistics for other parameters used in the models. |
spT.Gibbs
.
## 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
##
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.