Learn R Programming

HBSTM (version 1.0.2)

plotRes: Residual Plots

Description

Plot the residuals of the fitted values of an object of class HBSTM.

Usage

plotRes(object,point,ARlags,ARperiod)

Arguments

object

An object of class "HBSTM".

point

A integer indicating the spatial point to show the results. By default a random spatial point is selected.

ARlags

Maximum lag at which the ACF and the PACF are calculated. Default is 10*log10(N/m), where N is the number of observations and m the number of series. It will be automatically limited to one less than the number of observations in the series

ARperiod

The period of the data. Prints in red the lag in the period.

Value

null

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