recadf.save.xtable {uroot} | R Documentation |
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.
recadf.save.xtable <- function(wts, nsub=72, itsd, selectlags=list(mode="signf", Pmax=NULL), trace=list(remain=1, plot=0, elaps=1), caption="ADF recursive test", label="Tadfrec", 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 ADF.rectest . |
A LaTeX or HTML file.
Javier López-de-Lacalle javlacalle@yahoo.es and Ignacio Díaz-Emparanza Ignacio.Diaz-Emparanza@ehu.es
xtable
, print.xtable
, and ADF.rectest
.
## ADF test. #data(AirPassengers) #lairp <- log(AirPassengers) #recadf.save.xtable(wts=lairp, itsd=c(1,1,0))