reckpss.save.xtable: Save a Summary on the KPSS Recursive Test to LaTeX or HTML...

Description Arguments Value Author(s) See Also Examples

Description

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

Arguments

reckpss.save.xtable <- function(wts, nsub=48, testtype="level", ltrunc=NULL, trace=list(remain=1, plot=0, elaps=1), caption="KPSS recursive test", label="Tkpssrec", 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 KPSS.rectest.

Value

A LaTeX or HTML file.

Author(s)

Javier Lopez-de-Lacalle javlacalle@yahoo.es and Ignacio Diaz-Emparanza Ignacio.Diaz-Emparanza@ehu.es

See Also

xtable, print.xtable, and KPSS.rectest.

Examples

1
2
3
4
5
    ## KPSS test.
    #data(AirPassengers)
    #lairp <- log(AirPassengers)
    #reckpss.save.xtable(wts=lairp)
  

uroot documentation built on May 2, 2019, 6:49 p.m.