Learn R Programming

uroot (version 1.4-1)

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

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

Value

  • A LaTeX or HTML file.

See Also

xtable, print.xtable, and CH.rectest.

Examples

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

Run the code above in your browser using DataLab