Learn R Programming

uroot (version 1.4-1)

rechegy.save.xtable: 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

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.

See Also

xtable, print.xtable, and HEGY.rectest.

Examples

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

Run the code above in your browser using DataLab