results {HBSTM} | R Documentation |
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 |
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 |
component |
An optional |
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. |
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.
Value
null
Author(s)
Pilar Munyoz and Alberto Lopez Moreno
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
## See 'tutorial.pdf', included in the documentation of the package, to see a full example