Learn R Programming

uroot (version 1.4-1)

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

Description

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

Arguments

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

Value

  • A LaTeX or HTML file.

See Also

xtable, print.xtable, and ADF.rectest.

Examples

Run this code
## ADF test.
    #data(AirPassengers)
    #lairp <- log(AirPassengers)
    #recadf.save.xtable(wts=lairp, itsd=c(1,1,0))

Run the code above in your browser using DataLab