recch.save.xtable {uroot}R Documentation

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

Description

Save a summary on the CH 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 CH.rectest functions.

Arguments

recch.save.xtable <- function(wts, nsub=48, frec=NULL, f0=1, DetTr=FALSE, ltrunc=NULL, trace=list(remain=1, plot=0, elaps=1), caption="CH recursive test", label="Tchrec", 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.
... Additional arguments used in xtable, print.xtable, and CH.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 CH.rectest.

Examples

    ## CH test.
    #data(AirPassengers)
    #lairp <- log(AirPassengers)
    #recch.save.xtable(wts=lairp)
  

[Package uroot version 1.4 Index]