rechegy.save.xtable {uroot}R Documentation

Save a Summary on the HEGY Recursive Test to LaTeX or HTML File

Description

Save a summary on the HEGY recursive test to LaTeX or HTML file. The statistic in backwards and forwards subsamples is reported. The arguments are the union of the arguments in xtable, print.xtable, and HEGY.rectest functions.

Arguments

rechegy.save.xtable <- function(wts, nsub=72, itsd, refstat, selectlags=list(mode="signf", Pmax=NULL), trace=list(remain=1, plot=0, elaps=1), caption="HEGY recursive test", label="Thegyrec", align="lcrlcrl", vsep=NULL, digits=NULL, display=NULL, type="latex", file=NULL, append=FALSE, floating=TRUE, table.placement="ht", caption.placement="top", latex.environments=c("center"), size=NULL, hline.after=NULL,...)

wts a ts object.
refstat a character string indicating the statistic to be reported. In quarterly series: c("tpi1","tpi2","Fpi3:4") and in monthly time series also"Fpi5:6","Fpi7:8","Fpi9:10","Fpi11:12")
... Additional arguments used in xtable, print.xtable, and HEGY.rectest.

Value

A LaTeX or HTML file.

Author(s)

Javier López-de-Lacalle javlacalle@yahoo.es and Ignacio Díaz-Emparanza Ignacio.Diaz-Emparanza@ehu.es

See Also

xtable, print.xtable, and HEGY.rectest.

Examples

    ## HEGY test.
    #data(AirPassengers)
    #lairp <- log(AirPassengers)
    #rechegy.save.xtable(wts=lairp, itsd=c(1,1,0), refstat="tpi1")
  

[Package uroot version 1.4 Index]