Learn R Programming

HBSTM (version 1.0.2)

results: Results summary

Description

It shows the results of fitting an object of class HBSTM.

Usage

results(object,spatTemp,inter,digits,component,plots,file)

Arguments

object

An object of class "HBSTM".

spatTemp

A list of vectors containing the spatial and the temporal points to show. See details.

inter

An optional numeric value for the interval credibility level. Default is 0.95

digits

Integer indicating the number of decimal places to round the values.

component

An optional "character" indicating which component have to be shown ("Parameters", "Mu", "Mt" or "Xt").

plots

Plot the medians and the credibility intervals of the parameters.

file

An optional "character" containing the name of the .tex file where the results are stored (in the current work directory). By default the function does not store the results.

Value

null

Details

Each position in the spaTemp list contains a numerical vector, in which the first position refers to a spatial point of the data and the second position to a temporal point of the data.

See Also

Overview: HBSTM-package Classes : '>HBSTM,'>Parameters,'>Mu,'>Mt,'>Xt,'>Autoregressive,'>Seas,'>SpatParam,'>VectSubdiag, '>Hyperpriors,'>Mu0,'>Mt0,'>Xt0,'>Seas0,'>Autoregressive0,'>SpatParam0,'>VectSubdiag0 Methods : hbstm,hbstm.fit,results,estimation,resid,mse Plot : plotRes,plotFit Data: hirlam,coordinates

Examples

Run this code
# NOT RUN {
## See 'tutorial.pdf', included in the documentation of the package, to see a full example
# }

Run the code above in your browser using DataLab