Learn R Programming

uroot (version 1.4-1)

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

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

wts
a ts object.
...
Additional arguments used in xtable, print.xtable, and KPSS.rectest.

Value

  • A LaTeX or HTML file.

See Also

xtable, print.xtable, and KPSS.rectest.

Examples

Run this code
## KPSS test.
    #data(AirPassengers)
    #lairp <- log(AirPassengers)
    #reckpss.save.xtable(wts=lairp)

Run the code above in your browser using DataLab